require_once ("include/config.php"); require_once ("include/session.php"); if (($GLOBALS["gsUseFrames"] == '') && ($noframesbrowser != True)) { include ("include/settings.php"); include ("include/functions.php"); include ("include/banners.php"); include ("include/content.php"); } if (($GLOBALS["gsUseFrames"] == 'Y') && ($noframesbrowser != True)) { Start_Timer(); Start_Gzip(); force_page_refresh(); ?>
| include($link); // Close session as soon as we can risk it. // We can't do this earlier because there may be modules that require update to the session variables. // Fortunately we're unlikely to have much contention between module.php and the other scripts // unless a module is defined as the home page content. if (($GLOBALS["gsUseFrames"] == 'Y') && ($noframesbrowser != True)) { session_write_close(); } ShowFooterBanner(); ?> |