NobuNobu
nobun****@users*****
2007年 1月 18日 (木) 19:20:42 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.2.16 xoops2jp/html/modules/legacyRender/kernel/Legacy_RenderSystem.class.php:1.1.2.30.2.17 --- xoops2jp/html/modules/legacyRender/kernel/Legacy_RenderSystem.class.php:1.1.2.30.2.16 Sun Dec 3 00:48:30 2006 +++ xoops2jp/html/modules/legacyRender/kernel/Legacy_RenderSystem.class.php Thu Jan 18 19:20:42 2007 @@ -1,6 +1,6 @@ <?php /** - * @version $Id: Legacy_RenderSystem.class.php,v 1.1.2.30.2.16 2006/12/02 15:48:30 nobunobu Exp $ + * @version $Id: Legacy_RenderSystem.class.php,v 1.1.2.30.2.17 2007/01/18 10:20:42 nobunobu Exp $ */ if (!defined('XOOPS_ROOT_PATH')) exit(); @@ -141,9 +141,9 @@ // set JavaScript/Weird, but need extra <script> tags for 2.0.x themes 'xoops_js' => '//--></script><script type="text/javascript" src="'.XOOPS_URL.'/include/xoops.js"></script><script type="text/javascript"><!--' )); - $this->mXoopsTpl->assign('xoops_sitename', $textFilter->ToShow($context->getAttribute('legacy_sitename'))); - $this->mXoopsTpl->assign('xoops_pagetitle', $textFilter->ToShow($context->getAttribute('legacy_pagetitle'))); - $this->mXoopsTpl->assign('xoops_slogan', $textFilter->ToShow($context->getAttribute('legacy_slogan'))); + $this->mXoopsTpl->assign('xoops_sitename', $textFilter->toShow($context->getAttribute('legacy_sitename'))); + $this->mXoopsTpl->assign('xoops_pagetitle', $textFilter->toShow($context->getAttribute('legacy_pagetitle'))); + $this->mXoopsTpl->assign('xoops_slogan', $textFilter->toShow($context->getAttribute('legacy_slogan'))); // -------------------------------------- // Meta tags @@ -155,12 +155,12 @@ $configHandler =& xoops_gethandler('config'); $configs =& $configHandler->getConfigsByCat(0, $legacyRender->get('mid')); - $this->mXoopsTpl->assign('xoops_meta_keywords', $textFilter->ToShow($configs['meta_keywords'])); - $this->mXoopsTpl->assign('xoops_meta_description', $textFilter->ToShow($configs['meta_description'])); - $this->mXoopsTpl->assign('xoops_meta_robots', $textFilter->ToShow($configs['meta_robots'])); - $this->mXoopsTpl->assign('xoops_meta_rating', $textFilter->ToShow($configs['meta_rating'])); - $this->mXoopsTpl->assign('xoops_meta_author', $textFilter->ToShow($configs['meta_author'])); - $this->mXoopsTpl->assign('xoops_meta_copyright', $textFilter->ToShow($configs['meta_copyright'])); + $this->mXoopsTpl->assign('xoops_meta_keywords', $textFilter->toShow($configs['meta_keywords'])); + $this->mXoopsTpl->assign('xoops_meta_description', $textFilter->toShow($configs['meta_description'])); + $this->mXoopsTpl->assign('xoops_meta_robots', $textFilter->toShow($configs['meta_robots'])); + $this->mXoopsTpl->assign('xoops_meta_rating', $textFilter->toShow($configs['meta_rating'])); + $this->mXoopsTpl->assign('xoops_meta_author', $textFilter->toShow($configs['meta_author'])); + $this->mXoopsTpl->assign('xoops_meta_copyright', $textFilter->toShow($configs['meta_copyright'])); $this->mXoopsTpl->assign('xoops_footer', $configs['footer']); // footer may be raw HTML text. // @@ -223,9 +223,9 @@ $this->mXoopsTpl->assign('xoops_imageurl', XOOPS_THEME_URL . "/${themeName}/"); $this->mXoopsTpl->assign('xoops_themecss', xoops_getcss($themeName)); - $this->mXoopsTpl->assign('xoops_sitename', $textFilter->ToShow($context->getAttribute('legacy_sitename'))); - $this->mXoopsTpl->assign('xoops_pagetitle', $textFilter->ToShow($context->getAttribute('legacy_pagetitle'))); - $this->mXoopsTpl->assign('xoops_slogan', $textFilter->ToShow($context->getAttribute('legacy_slogan'))); + $this->mXoopsTpl->assign('xoops_sitename', $textFilter->toShow($context->getAttribute('legacy_sitename'))); + $this->mXoopsTpl->assign('xoops_pagetitle', $textFilter->toShow($context->getAttribute('legacy_pagetitle'))); + $this->mXoopsTpl->assign('xoops_slogan', $textFilter->toShow($context->getAttribute('legacy_slogan'))); // // Assign module informations.