1627 'ADMIN_SID_AMP_HTML'=>'', |
1627 'ADMIN_SID_AMP_HTML'=>'', |
1628 'ADDITIONAL_HEADERS'=>'<style type="text/css">div.pagenav { border-top: 1px solid #CCC; padding-top: 7px; margin-top: 10px; }</style>', |
1628 'ADDITIONAL_HEADERS'=>'<style type="text/css">div.pagenav { border-top: 1px solid #CCC; padding-top: 7px; margin-top: 10px; }</style>', |
1629 'SIDEBAR_EXTRA'=>'', |
1629 'SIDEBAR_EXTRA'=>'', |
1630 'COPYRIGHT'=>'Enano and all of its code, graphics, and more code is copyright © 2006 Dan Fuhry.<br />This program is Free Software; see the file "GPL" included with this package for details.', |
1630 'COPYRIGHT'=>'Enano and all of its code, graphics, and more code is copyright © 2006 Dan Fuhry.<br />This program is Free Software; see the file "GPL" included with this package for details.', |
1631 'TOOLBAR_EXTRAS'=>'', |
1631 'TOOLBAR_EXTRAS'=>'', |
1632 'REQUEST_URI'=>$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI'], |
1632 'REQUEST_URI'=>( isset($_SERVER['HTTP_HOST']) ? $_SERVER['HTTP_HOST'] : '' ).$_SERVER['REQUEST_URI'], |
1633 'STYLE_LINK'=>$slink, |
1633 'STYLE_LINK'=>$slink, |
1634 'LOGOUT_LINK'=>'', |
1634 'LOGOUT_LINK'=>'', |
1635 'THEME_LINK'=>'', |
1635 'THEME_LINK'=>'', |
1636 'TEMPLATE_DIR'=>scriptPath.'/themes/'.$this->theme, |
1636 'TEMPLATE_DIR'=>scriptPath.'/themes/'.$this->theme, |
1637 'THEME_ID'=>$this->theme, |
1637 'THEME_ID'=>$this->theme, |