mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-29 16:19:58 +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>
|
</li>
|
||||||
|
|
||||||
<!--@foreach($bottom_menu->list as $key => $val)-->
|
<!--@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-->
|
<!--@end-->
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue