mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-25 05:14:56 +09:00
블로그 레이아웃 xe_blog의 menu 값을 text에서 link로 변경
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3580 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
bdbeea29df
commit
bd6d7f2723
1 changed files with 2 additions and 2 deletions
|
|
@ -76,8 +76,8 @@
|
|||
|
||||
<!-- top_menu 시작 -->
|
||||
<ul id="globalNavigation">
|
||||
<!--@foreach($top_menu->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-->>{$val['text']}</a></li>
|
||||
<!--@foreach($top_menu->list as $key => $val)--><!--@if($val['link'])-->
|
||||
<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></li>
|
||||
<!--@end--><!--@end-->
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue