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:
zero 2008-01-28 08:39:09 +00:00
parent 72a7abfa04
commit 931a105095
4 changed files with 4 additions and 4 deletions

View file

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