css debugging

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4656 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2008-10-20 10:10:27 +00:00
parent 58bddcd870
commit 7c404ddd44
4 changed files with 9 additions and 8 deletions

View file

@ -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; }