chiark / gitweb /
abolish sidebar.html; too much hassle to maintain two
[disorder] / templates / playing.html
index 43811aeba01dcedc62d8f69c93d73107a6047742..30346acb57f194e25e12c3d43f717a8e0f28e680 100644 (file)
@@ -24,7 +24,7 @@ USA
   <title>@if{@isplaying@}{@playing{@part:title@}@}{@label:playing.title@}@</title>
  </head>
  <body>
-@include{@label{menu}@}@
+@include{topbar}@
    <h1 class=title>@label:playing.title@</h1>
 
    @#{extra control buttons for the management page}@
@@ -250,7 +250,7 @@ USA
    </table>
 }@
 
-@include{@label{menu}@end}@
+@include{topbarend}@
  </body>
 </html>
 @@