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:
@@ -194,6 +194,7 @@ $template->assign(
|
||||
'show_details' => $show_details,
|
||||
'max_inactive_before_hide' => isset($_GET['show_inactive']) ? 999 : 8,
|
||||
'isWebmaster' => (is_webmaster()) ? 1 : 0,
|
||||
'ADMIN_PAGE_TITLE' => l10n('Plugins'),
|
||||
)
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user