Minahito
minah****@users*****
2006年 1月 11日 (水) 12:32:23 JST
Index: xoops2jp/html/modules/base/class/Legacy_AdminRenderSystem.class.php diff -u xoops2jp/html/modules/base/class/Legacy_AdminRenderSystem.class.php:1.1.2.12 xoops2jp/html/modules/base/class/Legacy_AdminRenderSystem.class.php:1.1.2.13 --- xoops2jp/html/modules/base/class/Legacy_AdminRenderSystem.class.php:1.1.2.12 Thu Jan 5 17:29:00 2006 +++ xoops2jp/html/modules/base/class/Legacy_AdminRenderSystem.class.php Wed Jan 11 12:32:23 2006 @@ -88,10 +88,13 @@ */ class Legacy_AdminRenderSystem extends Legacy_RenderSystem { + var $mController; var $mSmarty; - function prepare() + function prepare(&$controller) { + $this->mController =& $controller; + $this->mSmarty=new Legacy_AdminSmarty(); $this->mSmarty->assign(array("xoops_url"=>XOOPS_URL,