set_Cookie(); /* -- Locate the setup.conf file. -- */ if (is_file("setup.conf")) { include("setup.conf") ; } else { include("../setup.conf") ; } /* -- Locate and display the header template -- */ if (is_file("../common/templates/header.phtml")) { include("../common/templates/header.phtml"); } else { include("templates/header.phtml") ; } if ($Page == '') { $Page = 1 ; } include($L3_Config->get_GlobalConfig("Portal_DocRoot") . $L3_Config->get_GlobalConfig("AC_RedirectFile") . "archive/L3_Archive.class"); $Archive = new L3_Archive; ?> get_GlobalConfig("Portal_ID") == '3') $var = "inhtml"; else if ($L3_Config->get_GlobalConfig("Portal_ID") == '2') $var = "gbhtml"; else if ($L3_Config->get_GlobalConfig("Portal_ID") == '1') $var = "html"; include("$var/indexheader.phtml"); include("$var/archivefooter.phtml"); include("$var/searchfooter.phtml"); ?>