mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 09:41:40 +09:00
모바일 메뉴를 불러올 때 open_window 값을 불러오지 않는 문제 수정
This commit is contained in:
parent
483908e985
commit
6e57a36098
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue