diff options
author | patdenice <patdenice@piwigo.org> | 2008-10-03 23:16:49 +0000 |
---|---|---|
committer | patdenice <patdenice@piwigo.org> | 2008-10-03 23:16:49 +0000 |
commit | e53eee8f166e130ba428a97b0987c5df41959b67 (patch) | |
tree | 7c2390931c99e224c66834c83da6721045743f42 /admin/template/goto/theme | |
parent | 0287283e382bcc89d8806fa32576532d5cfbc3df (diff) |
- Plugins manager now use PEM API.
- WARNING! Need to change PEM_URL constant and utf8 encoding when PEM will be updated.
- Bug in roma/themeconf.inc.php: accordion menu wasn't selected in plugins_new et plugins_update tabs.
git-svn-id: http://piwigo.org/svn/trunk@2647 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/template/goto/theme')
-rw-r--r-- | admin/template/goto/theme/roma/themeconf.inc.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/admin/template/goto/theme/roma/themeconf.inc.php b/admin/template/goto/theme/roma/themeconf.inc.php index 556c685b3..27bfe7ec1 100644 --- a/admin/template/goto/theme/roma/themeconf.inc.php +++ b/admin/template/goto/theme/roma/themeconf.inc.php @@ -41,6 +41,8 @@ function selected_admin_menu() case 'maintenance': case 'advanced_feature': case 'plugins_list': + case 'plugins_update': + case 'plugins_new': case 'plugin': return 5; } |