00001 <? 00015 include_once("core/system/JSystem.class.php"); 00016 include_once("core/html/HtmlInterface.class.php"); 00017 00018 $html = new HtmlInterface(); 00019 $module =& $html->GetInterfaceModule(); 00020 // Include the header file of the current interface. 00021 $url = JSystem::GetConfig("JamesDir").$module->GetRelativePath()."/header.inc.php"; 00022 00023 include($url); 00024 ?>
1.3.4