[xoops-cvslog 5475] CVS update: xoops2jp/html/include

Back to archive index

Minahito minah****@users*****
2006年 10月 23日 (月) 20:23:00 JST


Index: xoops2jp/html/include/functions.php
diff -u xoops2jp/html/include/functions.php:1.2.8.19.2.3 xoops2jp/html/include/functions.php:1.2.8.19.2.4
--- xoops2jp/html/include/functions.php:1.2.8.19.2.3	Sat Oct 21 20:09:13 2006
+++ xoops2jp/html/include/functions.php	Mon Oct 23 20:23:00 2006
@@ -1,5 +1,5 @@
 <?php
-// $Id: functions.php,v 1.2.8.19.2.3 2006/10/21 11:09:13 minahito Exp $
+// $Id: functions.php,v 1.2.8.19.2.4 2006/10/23 11:23:00 minahito Exp $
 //  ------------------------------------------------------------------------ //
 //                XOOPS - PHP Content Management System                      //
 //                    Copyright (c) 2000 XOOPS.org                           //
@@ -399,6 +399,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);


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