mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-05-06 05:22:37 +02:00
related to #1679 fixing glitches on page titles
This commit is contained in:
@@ -155,6 +155,7 @@ $action = get_root_url().'admin.php?page=menubar';
|
||||
$template->assign(array('F_ACTION'=>$action));
|
||||
|
||||
$template->assign('isWebmaster', (is_webmaster()) ? 1 : 0);
|
||||
$template->assign('ADMIN_PAGE_TITLE', l10n('Menu Management'));
|
||||
|
||||
$template->set_filename( 'menubar_admin_content', 'menubar.tpl' );
|
||||
$template->assign_var_from_handle( 'ADMIN_CONTENT', 'menubar_admin_content');
|
||||
|
||||
Reference in New Issue
Block a user