mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4637 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
fa1b30c62d
commit
fbaebc8094
1 changed files with 12 additions and 15 deletions
|
|
@ -12,21 +12,18 @@
|
|||
<!--@foreach($lang->module_category_title as $key => $val)-->
|
||||
<li <!--@if(!$__mNIdx)-->class="first"{@$__mNIdx=1}<!--@end--> id="adminMainMenu_{$key}">{$val}
|
||||
|
||||
<!--@foreach($lang->module_category_title as $key => $val)-->
|
||||
<ul class="adminSubMenu" id="adminSubMenu{$key}">
|
||||
{@ $__mNIdx = 0; }
|
||||
<!--@foreach($installed_module_list as $k => $v)-->
|
||||
<!--@if($v->category == $key)-->
|
||||
<!--@if($v->admin_index_act)-->
|
||||
<li <!--@if(!$__mNIdx)-->class="first"{@$__mNIdx++}<!--@end-->>
|
||||
<a href="{getUrl('','module','admin','act',$v->admin_index_act)}" title="{trim($v->description)}" class="adminMenu">{$v->title}</a>
|
||||
</li>
|
||||
<!--@endif-->
|
||||
<!--@endif-->
|
||||
<!--@endforeach-->
|
||||
</ul>
|
||||
<!--@endforeach-->
|
||||
|
||||
<ul class="adminSubMenu" id="adminSubMenu{$key}">
|
||||
{@ $__mNIdx = 0; }
|
||||
<!--@foreach($installed_module_list as $k => $v)-->
|
||||
<!--@if($v->category == $key)-->
|
||||
<!--@if($v->admin_index_act)-->
|
||||
<li <!--@if(!$__mNIdx)-->class="first"{@$__mNIdx++}<!--@end-->>
|
||||
<a href="{getUrl('','module','admin','act',$v->admin_index_act)}" title="{trim($v->description)}" class="adminMenu">{$v->title}</a>
|
||||
</li>
|
||||
<!--@endif-->
|
||||
<!--@endif-->
|
||||
<!--@endforeach-->
|
||||
</ul>
|
||||
</li>
|
||||
<!--@end-->
|
||||
</ul>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue