git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4637 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2008-10-20 02:39:02 +00:00
parent fa1b30c62d
commit fbaebc8094

View file

@ -12,7 +12,6 @@
<!--@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)-->
@ -25,8 +24,6 @@
<!--@endif-->
<!--@endforeach-->
</ul>
<!--@endforeach-->
</li>
<!--@end-->
</ul>