Main Page | Class Hierarchy | Class List | File List | Class Members | File Members | Related Pages

header.inc.php

Go to the documentation of this file.
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 ?>

Generated on Wed Nov 19 20:29:34 2003 for James by doxygen 1.3.4