mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
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:
parent
fbaddd5f37
commit
48c762d325
2 changed files with 3 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue