[xoops-cvslog 5967] CVS update: xoops2jp/html/modules/legacy/admin/theme

Back to archive index

NobuNobu nobun****@users*****
2006年 12月 3日 (日) 00:50:21 JST


Index: xoops2jp/html/modules/legacy/admin/theme/admin_theme.html
diff -u xoops2jp/html/modules/legacy/admin/theme/admin_theme.html:1.1.2.8 xoops2jp/html/modules/legacy/admin/theme/admin_theme.html:1.1.2.9
--- xoops2jp/html/modules/legacy/admin/theme/admin_theme.html:1.1.2.8	Sat Nov 18 17:44:09 2006
+++ xoops2jp/html/modules/legacy/admin/theme/admin_theme.html	Sun Dec  3 00:50:21 2006
@@ -5,7 +5,7 @@
 <meta http-equiv="content-language" content="<{$xoops_langcode}>" />
 <meta http-equiv="content-script-type" content="text/javascript" />
 <meta http-equiv="content-style-type" content="text/css" />
-<title><{$legacy_sitename|escape}> : <{$smarty.const._CPHOME}> : <{$legacy_pagetitle|escape}></title>
+<title><{$legacy_sitename|xoops_escape}> : <{$smarty.const._CPHOME}> : <{$legacy_pagetitle|xoops_escape}></title>
 <script type="text/javascript" src="<{$xoops_url}>/include/xoops.js"></script>
 <{stylesheet file=style.css}>
 <{stylesheet file=module.css}>
@@ -73,7 +73,7 @@
   <{if $currentModule->getAdminMenu()}>
     <ul class="submenunavi">
       <{foreach item=menu from=$currentModule->getAdminMenu()}>
-        <li><a href="<{$menu.link}>"><{$menu.title|escape}></a></li>
+        <li><a href="<{$menu.link}>"><{$menu.title|xoops_escape:link}></a></li>
       <{/foreach}>
     </ul>
   <{/if}>


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