mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-05-02 19:42:54 +02:00
related to #1679 Good title for Updates tabs called in different parts of admin
This commit is contained in:
@@ -30,9 +30,12 @@ $tabsheet->set_id('languages');
|
||||
$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('Languages'));
|
||||
}
|
||||
else
|
||||
{
|
||||
include(PHPWG_ROOT_PATH.'admin/languages_'.$page['tab'].'.php');
|
||||
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user