OSDN Git Service

#16757 - Remove rank files.
[mulab/XCLite.git] / public_html / footer.php
1 <?php
2 /**
3  *
4  * @package Legacy
5  * @version $Id: footer.php,v 1.3 2008/09/25 15:10:07 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 if (defined('XOOPS_FOOTER_INCLUDED')) exit();
17
18 $root=&XCube_Root::getSingleton();
19 if (!is_object($root->mController)) exit();
20
21 define('XOOPS_FOOTER_INCLUDED',1);
22
23 $xoopsLogger=&$root->mController->getLogger();
24 $xoopsLogger->stopTime();
25
26 // Display view
27 $root->mController->executeView();
28 ?>