changed menu1 to shortcut

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12106 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
flyskyko 2012-11-04 09:23:24 +00:00
parent 77ce30e618
commit 25ebcf1e70

View file

@ -15,6 +15,7 @@
// create 1depth menuitem
$item_args->menu_srl = $menu_srl;
$item_args->url = 'welcome_page';
$item_args->is_shortcut = 'Y';
$item_args->name = 'menu1';
$parent_srl = $item_args->menu_item_srl = getNextSequence();
$item_args->listorder = -1*$item_args->menu_item_srl;