mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-31 00:59:58 +09:00
issue 70 gnb sub menu modify link
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8780 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
2a5417ed0c
commit
f1ef739dfb
1 changed files with 1 additions and 1 deletions
|
|
@ -214,7 +214,7 @@
|
||||||
$args->menu_item_srl = getNextSequence();
|
$args->menu_item_srl = getNextSequence();
|
||||||
$args->parent_srl = $gnbDBList[$gnbKey];
|
$args->parent_srl = $gnbDBList[$gnbKey];
|
||||||
$args->name = '{$lang->menu_gnb_sub[\''.$value2.'\']}';
|
$args->name = '{$lang->menu_gnb_sub[\''.$value2.'\']}';
|
||||||
$args->url = getNotEncodedUrl('', 'module', 'admin', 'act', $moduleActionInfo->{$value2}->index);
|
$args->url = getNotEncodedUrl('', 'module', 'admin', 'act', $moduleActionInfo->menu->{$value2}->index);
|
||||||
$args->listorder = -1*$args->menu_item_srl;
|
$args->listorder = -1*$args->menu_item_srl;
|
||||||
$output = executeQuery('menu.insertMenuItem', $args);
|
$output = executeQuery('menu.insertMenuItem', $args);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue