diff --git a/inc/class.page.php b/inc/class.page.php --- a/inc/class.page.php +++ b/inc/class.page.php @@ -29,8 +29,13 @@ class page private $pagetitle = ''; // Title of page private $scripts = array(); // Scripts to include on page + /* the current school. See get_school(). */ + private $school; + public function __construct($ntitle, $nscripts = array(), $immediate = TRUE) { + require_once('school.inc'); + // Scripts and styles available to include $this->headCode['jQuery'] = '