issue #987 set a title on pages

This commit is contained in:
plegall
2019-05-28 16:05:09 +02:00
parent fafa0dd7ae
commit 692120cd07
2 changed files with 2 additions and 1 deletions

View File

@@ -211,6 +211,7 @@ $template->assign(
'U_ADD_PHOTOS' => $link_start.'photos_add',
'U_CHANGE_THEME' => $change_theme_url,
'U_UPDATES' => $link_start.'updates',
'ADMIN_PAGE_TITLE' => 'Piwigo Administration Page',
)
);