require_once("/home/jankeweb/public_html/linkywink.com/include/base.inc"); class page { public $base = null; public $fbid = null; function __construct() { $this->base = new base(); $this->base->loginregisterpage = true; $this->visual = new visual($this->base); $this->visual->Header(); $this->content(); $this->visual->Footer(); } function content() { $session = null; ?>