require ("include/config.php"); require ("include/session.php"); require ("include/settings.php"); include ("include/functions.php"); include ("include/banners.php"); include ("include/content.php"); include ($GLOBALS["language_home"].$GLOBALS["gsLanguage"]."/lang_admin.php"); include ($GLOBALS["language_home"].$GLOBALS["gsLanguage"]."/lang_main.php"); Start_Timer(); Start_Gzip(); if (!isset($GLOBALS["groupid"])) { $GLOBALS["groupid"] = $GLOBALS["gsHomepageGroup"]; } if (($GLOBALS["gsShowTopMenu"] == 'Y') && ((!isset($GLOBALS["topgroupid"])) || ($GLOBALS["topgroupid"] == ''))) { $GLOBALS["topgroupid"] = iGetTopGroupID(); } if (isset($uid)) { $LoginCookie = $uid; if (isset($pwd)) { $PasswordCookie = $pwd; } } ?>