mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
css debugging
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4656 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
58bddcd870
commit
7c404ddd44
4 changed files with 9 additions and 8 deletions
|
|
@ -10,7 +10,7 @@
|
|||
<div class="mainNavigator">
|
||||
<ul class="mainNavigator">
|
||||
<!--@foreach($lang->module_category_title as $key => $val)-->
|
||||
<li <!--@if(!$__mNIdx)-->class="first"{@$__mNIdx=1}<!--@end--> id="adminMainMenu_{$key}">{$val}
|
||||
<li <!--@if(!$__mNIdx)-->class="first"{@$__mNIdx=1}<!--@end-->><a href="#adminSubMenu{$key}" id="adminMainMenu_{$key}" onclick="return false">{$val}</a>
|
||||
|
||||
<ul class="adminSubMenu" id="adminSubMenu{$key}">
|
||||
{@ $__mNIdx = 0; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue