chiark / gitweb /
abolish sidebar.html; too much hassle to maintain two
[disorder] / templates / choose.html
index e6a39cb68af440bda80aa619889f6794e0d7bff6..67bddf097a461f534a1d2a5a1f816f6d9944ed4d 100644 (file)
@@ -24,7 +24,7 @@ USA
   <title>@label:choose.title@</title>
  </head>
  <body>
-@include{@label{menu}@}@
+@include{topbar}@
    <h1 class=title>@label:choose.title@</h1>
 
    @if{@ne{@arg:directory@}{}@}{
@@ -77,7 +77,7 @@ USA
    </p>
    }@
 
-@include{@label{menu}@end}@
+@include{topbarend}@
  </body>
 </html>
 @@