mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +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',
|
||||
'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' => '#'
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue