splitting the php files

This commit is contained in:
Louis
2020-11-18 17:56:34 +01:00
committed by plegall
parent fb683b7517
commit 7c2d071f28
4 changed files with 33 additions and 336 deletions
+5
View File
@@ -153,6 +153,11 @@ function add_core_tabs($sheets, $tab_id)
global $my_base_url;
$sheets['synchronization'] = array('caption' => l10n('Database synchronization with files'), 'url' => $my_base_url.'site_update&site=1');
break;
case 'maintenance':
global $my_base_url;
$sheets['actions'] = array('caption' => '<span class="icon-tools"></span>'.l10n('Actions'), 'url' => $my_base_url.'maintenance&tab=actions');
$sheets['env'] = array('caption' => '<span class="icon-television"></span>'.l10n('Environment'), 'url' => $my_base_url.'maintenance&tab=env');
break;
}
return $sheets;