#1354 메뉴 순서 변경

This commit is contained in:
bnu 2015-04-08 15:18:39 +09:00
parent 948169f5e2
commit 63d55ffe6a

View file

@ -16,40 +16,40 @@ $sitemap = array(
'module_type' => 'WIDGET', 'module_type' => 'WIDGET',
'module_id' => 'index', 'module_id' => 'index',
), ),
array(
'menu_name' => 'XEIcon',
'module_type' => 'WIDGET',
'module_id' => 'xeicon',
),
array( array(
'menu_name' => 'Board', 'menu_name' => 'Board',
'module_type' => 'board', 'module_type' => 'board',
'module_id' => 'board', 'module_id' => 'board',
'list' => array( 'list' => array(
array( array(
'menu_name' => 'Smaple 1', 'menu_name' => 'SMAPLE 1',
'is_shortcut' => 'Y', 'is_shortcut' => 'Y',
'shortcut_target' => '#', 'shortcut_target' => '#',
'list' => array( 'list' => array(
array( array(
'menu_name' => 'Smaple 1-1', 'menu_name' => 'SMAPLE 1-1',
'is_shortcut' => 'Y', 'is_shortcut' => 'Y',
'shortcut_target' => '#' 'shortcut_target' => '#'
), ),
) )
), ),
array( array(
'menu_name' => 'Smaple 2', 'menu_name' => 'SMAPLE 2',
'is_shortcut' => 'Y', 'is_shortcut' => 'Y',
'shortcut_target' => '#' 'shortcut_target' => '#'
), ),
array( array(
'menu_name' => 'Smaple 3', 'menu_name' => 'SMAPLE 3',
'is_shortcut' => 'Y', 'is_shortcut' => 'Y',
'shortcut_target' => '#' 'shortcut_target' => '#'
), ),
) )
), ),
array(
'menu_name' => 'XEIcon',
'module_type' => 'WIDGET',
'module_id' => 'xeicon',
),
) )
), ),
'UNB' => array( 'UNB' => array(
@ -78,46 +78,46 @@ $sitemap = array(
'shortcut_target' => 'index', 'shortcut_target' => 'index',
'list' => array( 'list' => array(
array( array(
'menu_name' => 'Sample 1', 'menu_name' => 'SAMPLE 1',
'is_shortcut' => 'Y', 'is_shortcut' => 'Y',
'shortcut_target' => '#' 'shortcut_target' => '#'
), ),
array( array(
'menu_name' => 'Smaple 2', 'menu_name' => 'SAMPLE 2',
'is_shortcut' => 'Y', 'is_shortcut' => 'Y',
'shortcut_target' => '#' 'shortcut_target' => '#'
), ),
array( array(
'menu_name' => 'Smaple 3', 'menu_name' => 'SAMPLE 3',
'is_shortcut' => 'Y', 'is_shortcut' => 'Y',
'shortcut_target' => '#' 'shortcut_target' => '#'
) )
), ),
), ),
array(
'menu_name' => 'XEIcon',
'is_shortcut' => 'Y',
'shortcut_target' => 'xeicon',
'list' => array(
array(
'menu_name' => 'Sample 1',
'is_shortcut' => 'Y',
'shortcut_target' => '#'
),
array(
'menu_name' => 'Smaple 2',
'is_shortcut' => 'Y',
'shortcut_target' => '#'
)
)
),
array( array(
'menu_name' => 'Board', 'menu_name' => 'Board',
'is_shortcut' => 'Y', 'is_shortcut' => 'Y',
'shortcut_target' => 'board', 'shortcut_target' => 'board',
'list' => array( 'list' => array(
array( array(
'menu_name' => 'Sample 1', 'menu_name' => 'SAMPLE 1',
'is_shortcut' => 'Y',
'shortcut_target' => '#'
)
)
),
array(
'menu_name' => 'XEIcon',
'is_shortcut' => 'Y',
'shortcut_target' => 'xeicon',
'list' => array(
array(
'menu_name' => 'SAMPLE 1',
'is_shortcut' => 'Y',
'shortcut_target' => '#'
),
array(
'menu_name' => 'SAMPLE 2',
'is_shortcut' => 'Y', 'is_shortcut' => 'Y',
'shortcut_target' => '#' 'shortcut_target' => '#'
) )
@ -304,7 +304,7 @@ $oModuleController->updateSite($site_args);
// XEIcon page // XEIcon page
$moduleInfo = $oModuleModel->getModuleInfoByMenuItemSrl($sitemap['GNB']['list'][1]['menu_srl']); $moduleInfo = $oModuleModel->getModuleInfoByMenuItemSrl($sitemap['GNB']['list'][2]['menu_srl']);
$xeicon_module_srl = $moduleInfo->module_srl; $xeicon_module_srl = $moduleInfo->module_srl;
$xeicon_document_srl = array(); $xeicon_document_srl = array();