OSDN Git Service

#17077 - Remove XoopsForm files.
[mulab/XCLite.git] / public_html / header.php
1 <?php
2 /**
3  *
4  * @package Legacy
5  * @version $Id: header.php,v 1.3 2008/09/25 15:10:26 kilica Exp $
6  * @copyright Copyright 2005-2007 XOOPS Cube Project  <http://xoopscube.sourceforge.net/> 
7  * @license http://xoopscube.sourceforge.net/license/GPL_V2.txt GNU GENERAL PUBLIC LICENSE Version 2
8  *
9  */
10 /*------------------------------------------------------------------------*
11  |  This file was entirely rewritten by the XOOPS Cube Legacy project for |
12  |   keeping compatibility with XOOPS 2.0.x <http://www.xoops.org>        |
13  *------------------------------------------------------------------------*/
14
15 if (!defined('XOOPS_ROOT_PATH')) exit();
16
17 $root=&XCube_Root::getSingleton();
18 if(!is_object($root->mController)) exit();
19
20 $root->mController->executeHeader();
21 ?>