XCL Web Application Platform
2.5.0
The XoopsCube Legacy Project
📘
Loading...
Searching...
No Matches
header.php
1
<?php
8
/*------------------------------------------------------------------------*
9
| This file was entirely rewritten by the XOOPS Cube Legacy project for |
10
| keeping compatibility with XOOPS 2.0.x |
11
*------------------------------------------------------------------------*/
12
13
if
(!defined(
'XOOPS_ROOT_PATH'
)) {
14
exit();
15
}
16
17
$root=&XCube_Root::getSingleton();
18
if
(!is_object($root->mController)) {
19
exit();
20
}
21
22
$root->mController->executeHeader();
html
header.php
Generated by
1.13.2