1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/17464] Update PWA-related meta tags

PHPBB-17464
This commit is contained in:
Matt Friedman
2025-01-25 08:07:52 -08:00
parent db70b3b129
commit 6a47e3628c
2 changed files with 2 additions and 4 deletions

View File

@@ -3806,6 +3806,7 @@ function page_header($page_title = '', $display_online_list = false, $item_id =
$template->assign_vars(array(
'SITENAME' => $config['sitename'],
'SITE_DESCRIPTION' => $config['site_desc'],
'SITE_SHORTNAME' => (!empty($config['sitename_short'])) ? $config['sitename_short'] : utf8_substr($config['sitename'], 0, 12),
'PAGE_TITLE' => $page_title,
'SCRIPT_NAME' => str_replace('.' . $phpEx, '', $user->page['page_name']),
'LAST_VISIT_DATE' => sprintf($user->lang['YOU_LAST_VISIT'], $s_last_visit),