Minahito
minah****@users*****
2006年 8月 25日 (金) 19:14:46 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.11 xoops2jp/html/modules/base/kernel/Legacy_AdminRenderSystem.class.php:1.1.2.12 --- xoops2jp/html/modules/base/kernel/Legacy_AdminRenderSystem.class.php:1.1.2.11 Mon Aug 21 22:28:48 2006 +++ xoops2jp/html/modules/base/kernel/Legacy_AdminRenderSystem.class.php Fri Aug 25 19:14:46 2006 @@ -166,6 +166,12 @@ $this->mSmarty->assign("currentModule", $moduleObject); // + // Other attributes + // + $this->mSmarty->assign('xoops_sitename', htmlspecialchars($this->mController->getConfig('sitename'), ENT_QUOTES)); + $this->mSmarty->assign('xoops_slogan', htmlspecialchars($this->mController->getConfig('slogan'), ENT_QUOTES)); + + // // Theme rendering // $blocks = array();