avoid prefs links that you cannot use
[disorder] / templates / error.html
index 4e0ef25..d8bcaf4 100644 (file)
@@ -24,14 +24,14 @@ USA
   <title>@label:error.title@</title>
  </head>
  <body>
-@include{@label{menu}@}@
+@include{topbar}@
    <h1 class=title>@label:error.title@</h1>
     
     <p>@label{error.@label:error@}@</p>
 
     <p>@label:error.generic@</p>
 
-@include{@label{menu}@end}@
+@include{topbarend}@
  </body>
 </html>
 @@