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

Back to archive index

Minahito minah****@users*****
2006年 11月 6日 (月) 18:39: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.8 xoops2jp/html/modules/legacyRender/kernel/Legacy_AdminRenderSystem.class.php:1.1.2.9
--- xoops2jp/html/modules/legacyRender/kernel/Legacy_AdminRenderSystem.class.php:1.1.2.8	Mon Oct 30 20:46:25 2006
+++ xoops2jp/html/modules/legacyRender/kernel/Legacy_AdminRenderSystem.class.php	Mon Nov  6 18:39:50 2006
@@ -169,7 +169,7 @@
 		// Other attributes
 		//
 		$this->mSmarty->assign('xoops_sitename', htmlspecialchars($this->mController->mRoot->mContext->getXoopsConfig('sitename'), ENT_QUOTES));
-		$this->mSmarty->assign('xoops_pagetitle', htmlspecialchars($this->mController->mRoot->mContext->getXoopsConfig('slogan'), ENT_QUOTES));
+		$this->mSmarty->assign('xoops_pagetitle', $moduleObject->mXoopsModule->getShow('name'));
 		
 		//
 		// Theme rendering


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