모바일 메뉴를 불러올 때 open_window 값을 불러오지 않는 문제 수정

This commit is contained in:
YJSoft 2014-12-13 15:31:40 +09:00
parent 483908e985
commit 6e57a36098

View file

@ -27,6 +27,7 @@ class menuMobile extends moduleObject
$obj->href = $menu_item['href'];
$obj->depth = $depth;
$obj->text = $menu_item['text'];
$obj->open_window = $menu_item['open_window'];
$this->result[] = $obj;
if(!$menu_item['list']) return;
foreach($menu_item['list'] as $item)