Skip to content

Commit

Permalink
Update Theme-Customs
Browse files Browse the repository at this point in the history
Signed-off-by: Diego Andrés <diegoandres_cortes@outlook.com>
  • Loading branch information
DiegoAndresCortes committed Dec 19, 2023
1 parent 49e65e1 commit e206a20
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions themecustoms/Settings/Main.php
Original file line number Diff line number Diff line change
Expand Up @@ -122,17 +122,17 @@ 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',
'label' => $txt['st_disable_menu_icons'],
'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'],
Expand Down

0 comments on commit e206a20

Please sign in to comment.