forked from services/mlmmj-light-web-ecg
Added clickable web_url to the headline, Fixed missing headline in error template
This commit is contained in:
@@ -4,6 +4,9 @@ require("init.php");
|
||||
|
||||
$error_code = isset($_SESSION["error_code"]) ? $_SESSION["error_code"] : "";
|
||||
unset($_SESSION["error_code"]);
|
||||
|
||||
$smarty->assign("headline", $headline);
|
||||
$smarty->assign("web_url", $web_url);
|
||||
$smarty->assign("error_code", $error_code);
|
||||
$smarty->display("error.tpl");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user