mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 09:13:02 +02:00
related to #1455 Site manager put in a tab, useless title removed and tab title shortened
This commit is contained in:
@@ -157,7 +157,8 @@ function add_core_tabs($sheets, $tab_id)
|
||||
break;
|
||||
case 'site_update':
|
||||
global $my_base_url;
|
||||
$sheets['synchronization'] = array('caption' => l10n('Database synchronization with files'), 'url' => $my_base_url.'site_update&site=1');
|
||||
$sheets['synchronization'] = array('caption' => l10n('Synchronization settings'), 'url' => $my_base_url.'site_update&site=1');
|
||||
$sheets['site_maager'] = array('caption' => l10n('Site manager'), 'url' => $my_base_url.'site_manager');
|
||||
break;
|
||||
case 'maintenance':
|
||||
global $my_base_url;
|
||||
|
||||
Reference in New Issue
Block a user