chiark / gitweb /
abolish sidebar.html; too much hassle to maintain two
[disorder] / templates / error.html
index a2ed445a39103dce66c93f2e7f3611177b25076e..d8bcaf428a8a90b3b17fd466ecefca522eed47e1 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>
 @@
@@ -43,4 +43,3 @@ sgml-indent-step:1
 sgml-indent-data:t
 End:
 -->
-<!-- arch-tag:5UQWniMns+CWWMBBF0qoUg -->