OSDN Git Service

Initial commit at SoulDrops 2nd season analyzer module.
[mulab/sd2nd.git] / trust_path / modules / sd2nd / admin / index.php
1 <?php
2 /**
3  * @file
4  * @brief The page controller in the directory
5  * @package sd2nd
6  * @version $Id$
7 **/
8
9 require_once XOOPS_ROOT_PATH . '/header.php';
10
11 $root =& XCube_Root::getSingleton();
12
13 $root->mContext->mModule->setAdminMode(true);
14 $root->mController->execute();
15
16 require_once XOOPS_ROOT_PATH . '/footer.php';
17
18 ?>