#1354 메뉴 조정

This commit is contained in:
bnu 2015-04-08 15:20:49 +09:00
parent df7a50c15b
commit f9fa00b44e

View file

@ -103,6 +103,11 @@ $sitemap = array(
'menu_name' => 'SAMPLE 1',
'is_shortcut' => 'Y',
'shortcut_target' => '#'
),
array(
'menu_name' => 'SAMPLE 2',
'is_shortcut' => 'Y',
'shortcut_target' => '#'
)
)
),
@ -115,11 +120,6 @@ $sitemap = array(
'menu_name' => 'SAMPLE 1',
'is_shortcut' => 'Y',
'shortcut_target' => '#'
),
array(
'menu_name' => 'SAMPLE 2',
'is_shortcut' => 'Y',
'shortcut_target' => '#'
)
)
),