[xoops-cvslog 5314] CVS update: xoops2jp/html/modules/legacyRender/kernel

Back to archive index

Minahito minah****@users*****
2006年 10月 15日 (日) 02:13:31 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.5 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.5	Sun Oct 15 01:46:21 2006
+++ xoops2jp/html/modules/legacyRender/kernel/Legacy_AdminRenderSystem.class.php	Sun Oct 15 02:13:31 2006
@@ -136,7 +136,7 @@
 			$this->mSmarty->assign($key, $value);
 		}
 		
-		$this->mSmarty->setModulePrefix("base");
+		$this->mSmarty->setModulePrefix("legacy");
 		$result = $this->mSmarty->fetch("blocks/" . $target->getTemplateName());
 		$target->setResult($result);
 


xoops-cvslog メーリングリストの案内
Back to archive index