include ("search/L3_SetCookie.class");
$SetCookie = new L3_SetCookie;
$newUID = $SetCookie->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;
?>
if (is_file("../common/templates/bodystart.phtml"))
{ include("../common/templates/bodystart.phtml"); }
else { include("templates/bodystart.phtml") ; }
?>
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");
?>
if (is_file("../common/templates/bodyend.phtml"))
{ include("../common/templates/bodyend.phtml"); }
else { include("templates/bodyend.phtml") ; }
?>