Minahito
minah****@users*****
2007年 4月 9日 (月) 14:45:50 JST
Index: xoops2jp/html/modules/legacyRender/kernel/Legacy_AdminRenderSystem.class.php diff -u xoops2jp/html/modules/legacyRender/kernel/Legacy_AdminRenderSystem.class.php:1.1.2.10.2.2 xoops2jp/html/modules/legacyRender/kernel/Legacy_AdminRenderSystem.class.php:1.1.2.10.2.3 --- xoops2jp/html/modules/legacyRender/kernel/Legacy_AdminRenderSystem.class.php:1.1.2.10.2.2 Mon Apr 2 14:42:12 2007 +++ xoops2jp/html/modules/legacyRender/kernel/Legacy_AdminRenderSystem.class.php Mon Apr 9 14:45:50 2007 @@ -123,7 +123,7 @@ "xoops_upload_url" => XOOPS_UPLOAD_URL) ); - if ($controller->mRoot->mContext->getXoopsConfig('theme_fromfile')) { + if ($controller->mRoot->mSiteConfig['Legacy_AdminRenderSystem']['ThemeDevelopmentMode'] == true) { $this->mSmarty->force_compile = true; } }