mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-18 02:39:56 +09:00
공식 레이아웃의 푸터메뉴 연결 오류 수정
git-svn-id: http://xe-core.googlecode.com/svn/trunk@2136 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
984dd38d31
commit
b6d0d7e4ba
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@
|
|||
</li>
|
||||
|
||||
<!--@foreach($bottom_menu->list as $key => $val)-->
|
||||
<li><a href="{$val['href']}" <!--@if($val['open_window']=='Y')-->onclick="window.open(this.href);return false;"<!--@end-->>{$val['href']}</a></li>
|
||||
<li><a href="{$val['href']}" <!--@if($val['open_window']=='Y')-->onclick="window.open(this.href);return false;"<!--@end-->>{$val['text']}</a></li>
|
||||
<!--@end-->
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue