issue 70 admin menu bug fix

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9062 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ovclas 2011-09-06 10:09:53 +00:00
parent fbaddd5f37
commit 48c762d325
2 changed files with 3 additions and 2 deletions

View file

@ -1,9 +1,9 @@
<div class="lnb">
<h2 class="h2">{$lang->menu_gnb[$category]}</h2>
<h2 class="h2">{$gnbUrlList[$parentSrl]['text']}</h2>
<ul>
<!--@if(count($gnbUrlList[$parentSrl]['list']) > 0)-->
<!--@foreach($gnbUrlList[$parentSrl]['list'] AS $key=>$value)-->
<li><a href="{html_entity_decode($value['href'])}">{$value['text']}</a></li>
<li <!--@if($value['text'] == $subMenuTitle)-->class="active"<!--@end-->><a href="{html_entity_decode($value['href'])}">{$value['text']}</a></li>
<!--@end-->
<!--@end-->
</ul>