End header link with a slash
This commit is contained in:
@@ -16,7 +16,7 @@ $CMS['%url%'] = 'http://skirogaining.tojnar.cz' . htmlspecialchars($url);
|
||||
$CMS['%root%'] = $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';
|
||||
|
||||
Reference in New Issue
Block a user