related to #1679 fixing glitches on page titles

This commit is contained in:
Matthieu Leproux
2022-07-05 14:13:30 +02:00
parent 83eeab2ee8
commit fd82502f7c
38 changed files with 41 additions and 66 deletions

View File

@@ -118,6 +118,7 @@ else
$template->assign('default_screenshot',
get_root_url().'admin/themes/'.userprefs_get_param('admin_theme', 'clear').'/images/missing_screenshot.png'
);
$template->assign('ADMIN_PAGE_TITLE', l10n('Themes'));
$template->assign_var_from_handle('ADMIN_CONTENT', 'themes');
?>