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

Back to archive index

Minahito minah****@users*****
2006年 11月 2日 (木) 18:56:45 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.3 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.3	Fri Oct 20 10:48:31 2006
+++ xoops2jp/html/modules/legacy/admin/theme/admin_theme.html	Thu Nov  2 18:56:45 2006
@@ -5,14 +5,14 @@
 <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><{$xoops_sitename}> : <{$smarty.const._CPHOME}> : <{$currentModule->getVar('name')}></title>
+<title><{$xoops_sitename}> : <{$smarty.const._CPHOME}> : <{$currentModule->mXoopsModule->getShow('name')}></title>
 <script type="text/javascript" src="<{$xoops_url}>/include/xoops.js"></script>
 <{stylesheet file=style.css}>
 <{stylesheet file=module.css}>
 
 <script type="text/javascript">
 <!-- <![CDATA[
-var cid = <{if $smarty.get.fct == preferences && $smarty.get.mod > 0}><{$smarty.get.mod}><{else}><{$currentModule->getVar('mid')}><{/if}>;
+var cid = <{if $smarty.get.fct == preferences && $smarty.get.mod > 0}><{$smarty.get.mod}><{else}><{$currentModule->mXoopsModule->get('mid')}><{/if}>;
 function ccToggle(id)
 {
 	el = xoopsGetElementById('c'+id).style;
@@ -69,14 +69,14 @@
 
 <{* option
   <div id="menunavi">
-  <h2><{$currentModule->getVar('name')}></h2>
-  <{if $currentModule->adminmenu}>
+  <h2><{$currentModule->mXoopsModule->getShow('name')}></h2>
+  <{if $currentModule->getAdminMenu()}>
     <ul class="submenunavi">
-      <{foreach item=menu from=$currentModule->adminmenu}>
+      <{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->getShow('dirname')}>/<{$menu.link}>"><{$menu.title|escape}></a></li>
+          <li><a href="<{$xoops_url}>/modules/<{$currentModule->mXoopsModule->getShow('dirname')}>/<{$menu.link}>"><{$menu.title|escape}></a></li>
         <{/if}>
       <{/foreach}>
     </ul>


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