Minahito
minah****@users*****
2006年 8月 7日 (月) 20:30:35 JST
Index: xoops2jp/html/modules/base/kernel/Legacy_AdminRenderSystem.class.php diff -u xoops2jp/html/modules/base/kernel/Legacy_AdminRenderSystem.class.php:1.1.2.8 xoops2jp/html/modules/base/kernel/Legacy_AdminRenderSystem.class.php:1.1.2.9 --- xoops2jp/html/modules/base/kernel/Legacy_AdminRenderSystem.class.php:1.1.2.8 Thu Aug 3 18:39:12 2006 +++ xoops2jp/html/modules/base/kernel/Legacy_AdminRenderSystem.class.php Mon Aug 7 20:30:35 2006 @@ -114,6 +114,9 @@ "xoops_upload_url" => XOOPS_UPLOAD_URL) ); + if ($controller->getConfig('theme_fromfile')) { + $this->mSmarty->force_compile = true; + } } function renderBlock(&$target)