mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-09 20:12:14 +09:00
#1354 메뉴명 오타 수정
This commit is contained in:
parent
dd667fd578
commit
5e93fe15e3
1 changed files with 4 additions and 4 deletions
|
|
@ -22,24 +22,24 @@ $sitemap = array(
|
||||||
'module_id' => 'board',
|
'module_id' => 'board',
|
||||||
'list' => array(
|
'list' => array(
|
||||||
array(
|
array(
|
||||||
'menu_name' => 'SMAPLE 1',
|
'menu_name' => 'SAMPLE 1',
|
||||||
'is_shortcut' => 'Y',
|
'is_shortcut' => 'Y',
|
||||||
'shortcut_target' => '#',
|
'shortcut_target' => '#',
|
||||||
'list' => array(
|
'list' => array(
|
||||||
array(
|
array(
|
||||||
'menu_name' => 'SMAPLE 1-1',
|
'menu_name' => 'SAMPLE 1-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' => '#'
|
||||||
),
|
),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue