mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-18 02:39:56 +09:00
XE공식 레이아웃의 Javascript오류 수정
git-svn-id: http://xe-core.googlecode.com/svn/trunk@2130 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
a56e6e65eb
commit
770099fb0e
1 changed files with 4 additions and 2 deletions
|
|
@ -53,18 +53,20 @@
|
|||
|
||||
<!--@if($menu_1st)-->
|
||||
<ol id="lnb">
|
||||
{@ $idx = 1 }
|
||||
<!--@foreach($menu_1st['list'] as $key => $val)--><!--@if($val['text'])-->
|
||||
<li <!--@if($val['selected'])-->class="on"<!--@end-->><a href="{$val['href']}" <!--@if($val['open_window']=='Y')-->onclick="window.open(this.href);return false;"<!--@end--> onfocus="lnbToggle('D3MG1')">{$val['text']}</a>
|
||||
<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['text']}</a>
|
||||
|
||||
<!-- main_menu 3차 시작 -->
|
||||
<!--@if($val['list'])-->
|
||||
<ul id="D3MG1">
|
||||
<ul>
|
||||
<!--@foreach($val['list'] as $k => $v)--><!--@if($v['text'])-->
|
||||
<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['text']}</a></li>
|
||||
<!--@end--><!--@end-->
|
||||
</ul>
|
||||
<!--@end-->
|
||||
</li>
|
||||
{@$idx++}
|
||||
<!--@end--><!--@end-->
|
||||
</ol>
|
||||
<!--@end-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue