mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-04 17:44:38 +09:00
모바일 메뉴 스킨에 새 창으로 열기 옵션이 없는 문제 수정
This commit is contained in:
parent
6e57a36098
commit
93e123012c
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@
|
||||||
{@ $depth -= 1}
|
{@ $depth -= 1}
|
||||||
<!--@end-->
|
<!--@end-->
|
||||||
<!--@endif-->
|
<!--@endif-->
|
||||||
<li><a href="{$val->href}" >{$val->text}</a>
|
<li><a href="{$val->href}" target="_blank"|cond="$val->open_window=='Y'">{$val->text}</a>
|
||||||
{@ $start = false }
|
{@ $start = false }
|
||||||
{@ $depth = $val->depth }
|
{@ $depth = $val->depth }
|
||||||
<!--@end-->
|
<!--@end-->
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue