chiark / gitweb /
abolish sidebar.html; too much hassle to maintain two
[disorder] / templates / volume.html
index 434632d538a8c4d10aa7a73b76ee666588fd3a45..e2c4240ae328f61ba7a4a5efc5d7d601a5a88f55 100644 (file)
@@ -24,7 +24,7 @@ USA
   <title>@label:volume.title@</title>
  </head>
  <body>
-@include{@label{menu}@}@
+@include{topbar}@
    <h1 class=title>@label:volume.title@</h1>
 
    <form class=volume action="@url@" method=POST>
@@ -48,7 +48,7 @@ USA
     </p>
    </form>
 
-@include{@label{menu}@end}@
+@include{topbarend}@
  </body>
 </html>
 @@