End header link with a slash

This commit is contained in:
2022-01-14 04:09:45 +01:00
parent d56f33da7d
commit 51c20d672e
6 changed files with 6 additions and 6 deletions

View File

@@ -40,7 +40,7 @@ $CMS['%url%'] = 'http://' . $_SERVER['HTTP_HOST'] . htmlspecialchars($url);
$CMS['%root%'] = rtrim($root, '/');
$CMS['%lang%'] = $lang;
$CMS['%unknownAuthor%'] = 'Jan Tojnar';
$CMS['%headerLinkHref%'] = rplc('%root%/') . $lang;
$CMS['%headerLinkHref%'] = rplc('%root%/') . $lang . '/';
$CMS['%pretitle%'] = $pretitle;
$CMS['%comefrom%'] = $_SERVER['HTTP_REFERER'] ?? 'n/a';
$CMS['%dateFormat%'] = 'd.m.Y H:i';