diff --git a/inc/class.page.php b/inc/class.page.php --- a/inc/class.page.php +++ b/inc/class.page.php @@ -52,15 +52,15 @@ class page require_once('school.inc'); // Scripts and styles available to include - $this->headCode['jQuery'] = ''; + $this->headCode['jQueryUI'] = ''; $this->headCode['jValidate'] = ''; $this->headCode['schedInput'] = ''; $this->headCode['outputPrintStyle'] = ''; $this->headCode['outputStyle'] = ''; $this->headCode['gliderHeadcode'] = ''; - $this->headCode['uiTabsKeyboard'] = ''; + $this->headCode['displayTables'] = ''; $this->pagetitle = $ntitle; $this->scripts = $nscripts;