Go to the source code of this file.
Variables | |
$html = new HtmlInterface() | |
$module = & $html->GetInterfaceModule() | |
$url = JSystem::GetConfig("JamesDir").$module->GetRelativePath()."/header.inc.php" |
Prints a common header in all web pages. showing the name of the module and the current group.
Its usage is by adding the line:
include_once("core/html/header.inc.php")
At the beginning of the web page.
Definition in file header.inc.php.
|
Definition at line 18 of file header.inc.php. |
|
|
Definition at line 21 of file header.inc.php. Referenced by HtmlInterface::GetModulePath(). |