* @license http://xoopscube.sourceforge.net/license/GPL_V2.txt GNU GENERAL PUBLIC LICENSE Version 2 * */ /*------------------------------------------------------------------------* | This file was entirely rewritten by the XOOPS Cube Legacy project for | | keeping compatibility with XOOPS 2.0.x | *------------------------------------------------------------------------*/ if (!defined('XOOPS_ROOT_PATH')) exit(); if (defined('XOOPS_FOOTER_INCLUDED')) exit(); $root=&XCube_Root::getSingleton(); if (!is_object($root->mController)) exit(); define('XOOPS_FOOTER_INCLUDED',1); $xoopsLogger=&$root->mController->getLogger(); $xoopsLogger->stopTime(); // Display view $root->mController->executeView(); ?>