Minahito
minah****@users*****
2006年 10月 16日 (月) 18:56:10 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.6 xoops2jp/html/modules/legacyRender/kernel/Legacy_AdminRenderSystem.class.php:1.1.2.7 --- xoops2jp/html/modules/legacyRender/kernel/Legacy_AdminRenderSystem.class.php:1.1.2.6 Sun Oct 15 02:13:31 2006 +++ xoops2jp/html/modules/legacyRender/kernel/Legacy_AdminRenderSystem.class.php Mon Oct 16 18:56:10 2006 @@ -136,7 +136,7 @@ $this->mSmarty->assign($key, $value); } - $this->mSmarty->setModulePrefix("legacy"); + $this->mSmarty->setModulePrefix($target->getAttribute('legacy_module')); $result = $this->mSmarty->fetch("blocks/" . $target->getTemplateName()); $target->setResult($result);