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,5 +1,6 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Home | {$headline}</title>
|
||||
<link rel="stylesheet" type="text/css" href="style.css">
|
||||
<script>
|
||||
function validate_form()
|
||||
@@ -24,11 +25,6 @@
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
function confirm_delete()
|
||||
{
|
||||
return confirm("Do you really want to delete the mailing list?");
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user