mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
related to #1679 fixing glitches on page titles
This commit is contained in:
@@ -245,7 +245,8 @@ $template->assign( array(
|
||||
'image_urls' => $image_urls,
|
||||
'TN_WIDTH' => ImageStdParams::get_by_type(IMG_SQUARE)->sizing->ideal_size[0],
|
||||
'NB_ELEMENTS' => $nb_elements,
|
||||
) );
|
||||
'ADMIN_PAGE_TITLE' => l10n('Rating'),
|
||||
));
|
||||
$template->set_filename('rating', 'rating_user.tpl');
|
||||
$template->assign_var_from_handle('ADMIN_CONTENT', 'rating');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user