mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
Merge branch 'develop' into release/1.7.4
This commit is contained in:
commit
9d9dda94c6
12 changed files with 62 additions and 33 deletions
|
|
@ -23,6 +23,7 @@ class menuMobile extends moduleObject
|
|||
function straightenMenu($menu_item, $depth)
|
||||
{
|
||||
if(!$menu_item['link']) return;
|
||||
$obj = new stdClass;
|
||||
$obj->href = $menu_item['href'];
|
||||
$obj->depth = $depth;
|
||||
$obj->text = $menu_item['text'];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue