Added clickable web_url to the headline, Fixed missing headline in error template

This commit is contained in:
2021-08-13 12:01:05 +02:00
parent f5fc534195
commit f011755a63
8 changed files with 14 additions and 4 deletions

View File

@@ -45,6 +45,7 @@ else
}
$smarty->assign("headline", $headline);
$smarty->assign("web_url", $web_url);
$smarty->assign("lists", $lists_new);
$smarty->assign("domain", $domain);
$smarty->assign("username", $_SESSION["username"]);