mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-27 03:39:57 +03:00
Change tabsheet place for plugins, themes and languages.
Plugins, themes and languages use same update page. git-svn-id: http://piwigo.org/svn/trunk@10594 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
d7dfe63e11
commit
790f6b3bb6
22 changed files with 164 additions and 670 deletions
|
@ -2072,9 +2072,7 @@ function get_active_menu($menu_page)
|
|||
case 'notification_by_mail':
|
||||
return 2;
|
||||
|
||||
case 'plugins_list':
|
||||
case 'plugins_update':
|
||||
case 'plugins_new':
|
||||
case 'plugins':
|
||||
case 'plugin':
|
||||
return 3;
|
||||
|
||||
|
@ -2091,11 +2089,9 @@ function get_active_menu($menu_page)
|
|||
case 'configuration':
|
||||
case 'extend_for_templates':
|
||||
case 'menubar':
|
||||
case 'themes_new':
|
||||
case 'themes_installed':
|
||||
case 'themes':
|
||||
case 'theme':
|
||||
case 'languages_installed':
|
||||
case 'languages_new':
|
||||
case 'languages':
|
||||
return 5;
|
||||
}
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue