diff --git a/modules/install/script/ko.install.php b/modules/install/script/ko.install.php index d7cf08c33..a1b98708e 100644 --- a/modules/install/script/ko.install.php +++ b/modules/install/script/ko.install.php @@ -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' => '#' ) ) ),