XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
Loading...
Searching...
No Matches
index.php
Go to the documentation of this file.
1<?php
8
9require_once '../../mainfile.php';
10require_once XOOPS_ROOT_PATH . '/header.php';
11
12$root =& XCube_Root::getSingleton();
13
14$root->mController->execute();
15
16require_once XOOPS_ROOT_PATH . '/footer.php';