#1354 메뉴명 오타 수정

This commit is contained in:
bnu 2015-04-13 14:01:28 +09:00
parent dd667fd578
commit 5e93fe15e3

View file

@ -22,24 +22,24 @@ $sitemap = array(
'module_id' => 'board',
'list' => array(
array(
'menu_name' => 'SMAPLE 1',
'menu_name' => 'SAMPLE 1',
'is_shortcut' => 'Y',
'shortcut_target' => '#',
'list' => array(
array(
'menu_name' => 'SMAPLE 1-1',
'menu_name' => 'SAMPLE 1-1',
'is_shortcut' => 'Y',
'shortcut_target' => '#'
),
)
),
array(
'menu_name' => 'SMAPLE 2',
'menu_name' => 'SAMPLE 2',
'is_shortcut' => 'Y',
'shortcut_target' => '#'
),
array(
'menu_name' => 'SMAPLE 3',
'menu_name' => 'SAMPLE 3',
'is_shortcut' => 'Y',
'shortcut_target' => '#'
),