Minahito
minah****@users*****
2005年 12月 26日 (月) 21:25:51 JST
Index: xoops2jp/html/modules/pm/pmlite.php diff -u xoops2jp/html/modules/pm/pmlite.php:1.1.2.2 xoops2jp/html/modules/pm/pmlite.php:1.1.2.3 --- xoops2jp/html/modules/pm/pmlite.php:1.1.2.2 Sat Nov 12 03:54:46 2005 +++ xoops2jp/html/modules/pm/pmlite.php Mon Dec 26 21:25:51 2005 @@ -1,5 +1,5 @@ <?php -// $Id: pmlite.php,v 1.1.2.2 2005/11/11 18:54:46 minahito Exp $ +// $Id: pmlite.php,v 1.1.2.3 2005/12/26 12:25:51 minahito Exp $ // ------------------------------------------------------------------------ // // XOOPS - PHP Content Management System // // Copyright (c) 2000 XOOPSCube.org // @@ -26,17 +26,18 @@ // ------------------------------------------------------------------------ // require_once "../../mainfile.php"; -require_once XOOPS_ROOT_PATH."/header.php"; +require_once XOOPS_ROOT_PATH . "/header.php"; -$root=&XCube_Root::getSingleton(); -$renderSystem=&$root->mController->getRenderSystem(); -$renderSystem->setDialogRenderMode(); +$root =& XCube_Root::getSingleton(); +$renderSystem =& $root->mController->getRenderSystem(); require_once "./class/PmActionFrame.class.php"; -$moduleRunner=new PmActionFrame(); +$moduleRunner =& new PmActionFrame(); $moduleRunner->setActionName("pmlite"); +$root->mController->setDialogMode(true); + // // Regist the module level easy framework to virtual controller. //