Minahito
minah****@users*****
2006年 10月 23日 (月) 20:22:51 JST
Index: xoops2jp/html/modules/legacy/kernel/Legacy_Controller.class.php diff -u xoops2jp/html/modules/legacy/kernel/Legacy_Controller.class.php:1.1.2.8 xoops2jp/html/modules/legacy/kernel/Legacy_Controller.class.php:1.1.2.9 --- xoops2jp/html/modules/legacy/kernel/Legacy_Controller.class.php:1.1.2.8 Mon Oct 23 18:36:27 2006 +++ xoops2jp/html/modules/legacy/kernel/Legacy_Controller.class.php Mon Oct 23 20:22:51 2006 @@ -1083,6 +1083,7 @@ if (!defined('XOOPS_CPFUNC_LOADED')) { require_once XOOPS_ROOT_PATH.'/class/template.php'; $xoopsTpl = new XoopsTpl(); + $xoopsTpl->assign('xoops_sitename', htmlspecialchars($xoopsConfig['sitename'], ENT_QUOTES)); $xoopsTpl->assign('sitename', htmlspecialchars($xoopsConfig['sitename'], ENT_QUOTES)); $xoopsTpl->assign('langcode', _LANGCODE); $xoopsTpl->assign('charset', _CHARSET);