forked from services/mlmmj-light-web-ecg
Added html title to all pages, Removed js function which is not used anymore, Added logout to error template
This commit is contained in:
@@ -1,11 +1,17 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Error | {$headline}</title>
|
||||
<link rel="stylesheet" type="text/css" href="style.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="header">
|
||||
<div id="header_left">
|
||||
<a href="{$web_url}">{$headline}</a>
|
||||
</div>
|
||||
<div id="header_right">
|
||||
<a href="logout.php">Logout ({$username})</a>
|
||||
</div>
|
||||
</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