chiark / gitweb /
Various visual improvements to web interface
[disorder] / templates / prefs.html
index d37f11d3fec19689ebe06433212956e821de9cce..853e1b030b1122c45137c0a0ccda38fc82b9b6e6 100644 (file)
@@ -24,7 +24,7 @@ USA
   <title>@label:prefs.title@</title>
  </head>
  <body>
-@include{@label{menu}@}@
+@include{topbar}@
    <h1 class=title>@label:prefs.title@</h1>
 
    <form class=prefs action="@url@" method=POST
@@ -71,7 +71,7 @@ USA
     </p>
    </form>
 
-@include{@label{menu}@end}@
+@include{topbarend}@
  </body>
 </html>
 @@