Minahito
minah****@users*****
2006年 9月 28日 (木) 14:04:21 JST
Index: xoops2jp/html/modules/legacyRender/kernel/Legacy_RenderSystem.class.php diff -u xoops2jp/html/modules/legacyRender/kernel/Legacy_RenderSystem.class.php:1.1.2.30 xoops2jp/html/modules/legacyRender/kernel/Legacy_RenderSystem.class.php:1.1.2.30.2.1 --- xoops2jp/html/modules/legacyRender/kernel/Legacy_RenderSystem.class.php:1.1.2.30 Mon Sep 25 18:38:24 2006 +++ xoops2jp/html/modules/legacyRender/kernel/Legacy_RenderSystem.class.php Thu Sep 28 14:04:21 2006 @@ -1,6 +1,6 @@ <?php /** - * @version $Id: Legacy_RenderSystem.class.php,v 1.1.2.30 2006/09/25 09:38:24 minahito Exp $ + * @version $Id: Legacy_RenderSystem.class.php,v 1.1.2.30.2.1 2006/09/28 05:04:21 minahito Exp $ */ if (!defined('XOOPS_ROOT_PATH')) exit(); @@ -150,9 +150,9 @@ function renderBlock(&$target) { - $this->mXoopsTpl->assign('xoops_theme', $this->mController->getMainTheme()); - $this->mXoopsTpl->assign('xoops_imageurl', XOOPS_THEME_URL . '/' . $this->mController->getMainTheme() . '/'); - $this->mXoopsTpl->assign('xoops_themecss', xoops_getcss($this->mController->getMainTheme())); + $this->mXoopsTpl->assign('xoops_theme', $this->mController->getTheme()); + $this->mXoopsTpl->assign('xoops_imageurl', XOOPS_THEME_URL . '/' . $this->mController->getTheme() . '/'); + $this->mXoopsTpl->assign('xoops_themecss', xoops_getcss($this->mController->getTheme())); if (isset($GLOBALS['xoopsUserIsAdmin'])) { $this->mXoopsTpl->assign('xoops_isadmin', $GLOBALS['xoopsUserIsAdmin']); @@ -218,9 +218,9 @@ function renderMain(&$target) { - $this->mXoopsTpl->assign('xoops_theme', $this->mController->getMainTheme()); - $this->mXoopsTpl->assign('xoops_imageurl', XOOPS_THEME_URL . '/' . $this->mController->getMainTheme() . '/'); - $this->mXoopsTpl->assign('xoops_themecss', xoops_getcss($this->mController->getMainTheme())); + $this->mXoopsTpl->assign('xoops_theme', $this->mController->getTheme()); + $this->mXoopsTpl->assign('xoops_imageurl', XOOPS_THEME_URL . '/' . $this->mController->getTheme() . '/'); + $this->mXoopsTpl->assign('xoops_themecss', xoops_getcss($this->mController->getTheme())); if (isset($GLOBALS['xoopsUserIsAdmin'])) { $this->mXoopsTpl->assign('xoops_isadmin', $GLOBALS['xoopsUserIsAdmin']); @@ -252,9 +252,9 @@ function renderTheme(&$target) { - $this->mXoopsTpl->assign('xoops_theme', $this->mController->getMainTheme()); - $this->mXoopsTpl->assign('xoops_imageurl', XOOPS_THEME_URL . '/' . $this->mController->getMainTheme() . '/'); - $this->mXoopsTpl->assign('xoops_themecss', xoops_getcss($this->mController->getMainTheme())); + $this->mXoopsTpl->assign('xoops_theme', $this->mController->getTheme()); + $this->mXoopsTpl->assign('xoops_imageurl', XOOPS_THEME_URL . '/' . $this->mController->getTheme() . '/'); + $this->mXoopsTpl->assign('xoops_themecss', xoops_getcss($this->mController->getTheme())); if (isset($GLOBALS['xoopsUserIsAdmin'])) { $this->mXoopsTpl->assign('xoops_isadmin', $GLOBALS['xoopsUserIsAdmin']);