mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
menu 모듈 오류 수정
This commit is contained in:
parent
c97b01ea43
commit
20915fd6dc
1 changed files with 1 additions and 0 deletions
|
|
@ -23,6 +23,7 @@ class menuMobile extends moduleObject
|
||||||
function straightenMenu($menu_item, $depth)
|
function straightenMenu($menu_item, $depth)
|
||||||
{
|
{
|
||||||
if(!$menu_item['link']) return;
|
if(!$menu_item['link']) return;
|
||||||
|
$obj = new stdClass;
|
||||||
$obj->href = $menu_item['href'];
|
$obj->href = $menu_item['href'];
|
||||||
$obj->depth = $depth;
|
$obj->depth = $depth;
|
||||||
$obj->text = $menu_item['text'];
|
$obj->text = $menu_item['text'];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue