Added username to error template, Rearranged error messages

This commit is contained in:
2021-08-13 12:13:19 +02:00
parent aa2f68ec95
commit 6bc5dbe70f
2 changed files with 4 additions and 1 deletions

View File

@@ -7,6 +7,7 @@ unset($_SESSION["error_code"]);
$smarty->assign("headline", $headline);
$smarty->assign("web_url", $web_url);
$smarty->assign("username", $_SESSION["username"]);
$smarty->assign("error_code", $error_code);
$smarty->display("error.tpl");