mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
related to #1679 Good title for Updates tabs called in different parts of admin
This commit is contained in:
@@ -25,9 +25,12 @@ $tabsheet->set_id('plugins');
|
||||
$tabsheet->select($page['tab']);
|
||||
$tabsheet->assign();
|
||||
|
||||
if ($page['tab'] == 'update')
|
||||
if ($page['tab'] == 'update') {
|
||||
include(PHPWG_ROOT_PATH.'admin/updates_ext.php');
|
||||
$template->assign('ADMIN_PAGE_TITLE', l10n('Plugins'));
|
||||
}
|
||||
else
|
||||
{
|
||||
include(PHPWG_ROOT_PATH.'admin/plugins_'.$page['tab'].'.php');
|
||||
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user