mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-22 05:15:29 +09:00
xe_official 기본 레이아웃의 좌측 2,3단계 메뉴에서 메뉴의 expand 속성값을 적용받도록 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3607 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
72a7abfa04
commit
931a105095
4 changed files with 4 additions and 4 deletions
|
|
@ -98,7 +98,7 @@
|
|||
<li <!--@if($val['selected'])-->class="on"<!--@end-->><a href="{$val['href']}" <!--@if($val['open_window']=='Y')-->onclick="window.open(this.href);return false;"<!--@end-->>{$val['link']}</a>
|
||||
|
||||
<!-- main_menu 3차 시작 -->
|
||||
<!--@if($val['list'])-->
|
||||
<!--@if($val['list'] && ($val['expand']=='Y'||$val['selected']) )-->
|
||||
<ul>
|
||||
<!--@foreach($val['list'] as $k => $v)--><!--@if($v['link'])-->
|
||||
<li <!--@if($v['selected'])-->class="on"<!--@end-->><a href="{$v['href']}" <!--@if($v['open_window']=='Y')-->onclick="window.open(this.href);return false;"<!--@end-->>{$v['link']}</a></li>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue