Minahito
minah****@users*****
2006年 7月 31日 (月) 18:45:51 JST
Index: xoops2jp/html/index.php diff -u xoops2jp/html/index.php:1.2.8.2 xoops2jp/html/index.php:1.2.8.3 --- xoops2jp/html/index.php:1.2.8.2 Fri Dec 30 17:19:38 2005 +++ xoops2jp/html/index.php Mon Jul 31 18:45:51 2006 @@ -1,19 +1,16 @@ <?php -// $Id: index.php,v 1.2.8.2 2005/12/30 08:19:38 minahito Exp $ +/** + * @package Legacy + * @version $Id: index.php,v 1.2.8.3 2006/07/31 09:45:51 minahito Exp $ + */ require_once "./mainfile.php"; require_once "./header.php"; -// -// Check if start page is defined -// -$root =& XCube_Root::getSingleton(); - -$eventArgs = array(); -$root->mEventManager->raiseEvent("Legacypage.Top.Access", $root->mController, $eventArgs); +$root=&XCube_Root::getSingleton(); $xoopsOption['show_cblock'] = 1; +XCube_DelegateUtils::call("Legacypage.Top.Access"); require_once "./footer.php"; - ?> \ No newline at end of file