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

Zurück zum Archiv-Index

Tom Hayakawa tom_g3x****@users*****
2006年 11月 3日 (金) 18:11:33 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.4 xoops2jp/html/modules/legacy/admin/theme/admin_theme.html:1.1.2.5
--- xoops2jp/html/modules/legacy/admin/theme/admin_theme.html:1.1.2.4	Thu Nov  2 18:56:45 2006
+++ xoops2jp/html/modules/legacy/admin/theme/admin_theme.html	Fri Nov  3 18:11:33 2006
@@ -73,16 +73,12 @@
   <{if $currentModule->getAdminMenu()}>
     <ul class="submenunavi">
       <{foreach item=menu from=$currentModule->getAdminMenu()}>
-        <{if $menu.absolute}>
-          <li><a href="<{$menu.link}>"><{$menu.title|escape}></a></li>
-        <{else}>
-          <li><a href="<{$xoops_url}>/modules/<{$currentModule->mXoopsModule->getShow('dirname')}>/<{$menu.link}>"><{$menu.title|escape}></a></li>
-        <{/if}>
+        <li><a href="<{$menu.link}>"><{$menu.title|escape}></a></li>
       <{/foreach}>
     </ul>
   <{/if}>
   </div>
-/option *}>
+ /option *}>
 
   <div id="contentBody"><{$xoops_contents}></div>
   <div class="return_top"><a href="#container"><{$smarty.const._RETURN_TOP}></a></div>


xoops-cvslog メーリングリストの案内
Zurück zum Archiv-Index