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

Back to archive index

Minahito minah****@users*****
2007年 2月 19日 (月) 14:31:06 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.9.2.1 xoops2jp/html/modules/legacy/admin/theme/admin_theme.html:1.1.2.9.2.2
--- xoops2jp/html/modules/legacy/admin/theme/admin_theme.html:1.1.2.9.2.1	Sun Jan 28 23:33:53 2007
+++ xoops2jp/html/modules/legacy/admin/theme/admin_theme.html	Mon Feb 19 14:31:06 2007
@@ -73,7 +73,11 @@
   <{if $currentModule->getAdminMenu()}>
     <ul class="submenunavi">
       <{foreach item=menu from=$currentModule->getAdminMenu()}>
-        <li><a href="<{$menu.link}>"><{$menu.title|xoops_escape:link}></a></li>
+        <{if $menu.escaped === false}>
+          <li><a href="<{$menu.link}>"><{$menu.title|xoops_escape}></a></li>
+        <{else}>
+          <li><a href="<{$menu.link|xoops_escape:link}>"><{$menu.title|xoops_escape}></a></li>
+        <{/if}>
       <{/foreach}>
     </ul>
   <{/if}>


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