모바일 메뉴 스킨에 새 창으로 열기 옵션이 없는 문제 수정

This commit is contained in:
YJSoft 2014-12-13 15:32:12 +09:00
parent 6e57a36098
commit 93e123012c

View file

@ -16,7 +16,7 @@
{@ $depth -= 1}
<!--@end-->
<!--@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 }
{@ $depth = $val->depth }
<!--@end-->