diff options
Diffstat (limited to 'template/yoga/theme/admin/themeconf.inc.php')
-rw-r--r-- | template/yoga/theme/admin/themeconf.inc.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/template/yoga/theme/admin/themeconf.inc.php b/template/yoga/theme/admin/themeconf.inc.php index 1a2b51dc4..ab68d89e3 100644 --- a/template/yoga/theme/admin/themeconf.inc.php +++ b/template/yoga/theme/admin/themeconf.inc.php @@ -13,8 +13,11 @@ function selected_admin_menu() case 'site_update': case 'cat_list': case 'cat_modify': + case 'cat_move': + case 'cat_options': case 'element_set': case 'cat_perm': + case 'permalinks': case 'picture_modify': if (isset($_GET['cat']) and $_GET['cat']='caddie') { return 3; @@ -33,7 +36,7 @@ function selected_admin_menu() case 'history': case 'maintenance': case 'advanced_feature': - case 'wd_checker': + case 'ws_checker': case 'plugins_list': case 'plugin': return 5; |