diff options
author | vdigital <vdigital@piwigo.org> | 2008-05-04 19:17:25 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-05-04 19:17:25 +0000 |
commit | b623814d9b803ac8dee3df6703e4b4b493bc2799 (patch) | |
tree | 4f483d0ad83632f59626bcfe355862c23e5c60eb /template/yoga/theme/admin/themeconf.inc.php | |
parent | 6bda149844c708b5488de2673b5e3e7fed9176ef (diff) |
Stripy look on Admin page (Not stable for all browsers)
git-svn-id: http://piwigo.org/svn/trunk@2332 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-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; |