Give every page a consistent title
This commit is contained in:
+1
-3
@@ -1,8 +1,6 @@
|
||||
[% WRAPPER layout.tt title="Error" %]
|
||||
[% WRAPPER layout.tt title=(httpStatus ? httpStatus : "Error") %]
|
||||
[% USE HTML %]
|
||||
|
||||
<div class="page-header"><h1>[% IF httpStatus %][% httpStatus %][% ELSE %]Error[% END %]</h1></div>
|
||||
|
||||
<p>I'm very sorry, but the following error(s) occurred:</p>
|
||||
|
||||
<ul>
|
||||
|
||||
Reference in New Issue
Block a user