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
13if (!defined('XOOPS_ROOT_PATH')) {
14 exit();
15}
16
17$root=&XCube_Root::getSingleton();
18if (!is_object($root->mController)) {
19 exit();
20}
21
22$root->mController->executeHeader();