diff --git a/themecustoms/Settings/Main.php b/themecustoms/Settings/Main.php index 8d6db96..1a43a10 100644 --- a/themecustoms/Settings/Main.php +++ b/themecustoms/Settings/Main.php @@ -122,10 +122,6 @@ private function create() : void ] ], // Menu Settings - [ - 'id' => 'st_loginlogout_menu', - 'label' => sprintf($txt['st_loginlogout_menu'], $txt['logout'], $txt['login'], $txt['register']), - ], [ 'section_title' => $txt['st_menu_settings'], 'id' => 'st_disable_menu_icons', @@ -133,6 +129,10 @@ private function create() : void 'description' => $txt['st_disable_menu_icons_desc'], 'type' => 'checkbox', ], + [ + 'id' => 'st_loginlogout_menu', + 'label' => sprintf($txt['st_loginlogout_menu'], $txt['logout'], $txt['login'], $txt['register']), + ], [ 'id' => 'st_remove_items', 'label' => $txt['st_remove_items'],