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:
@@ -3,7 +3,9 @@
|
||||
<link rel="stylesheet" type="text/css" href="style.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="header">{$headline}</div>
|
||||
<div id="header_left">
|
||||
<a href="{$web_url}">{$headline}</a>
|
||||
</div>
|
||||
<div id="error">
|
||||
{if $error_code == 1}
|
||||
Domain can contain only english letters, dots, hyphens and digits.
|
||||
|
||||
Reference in New Issue
Block a user