chiark / gitweb /
abolish sidebar.html; too much hassle to maintain two
[disorder] / templates / new.html
index dbac7902ed21ecc4ebdf61ead883e0bba22125ab..78b47dd46260a30864edb9d12682eaba5451818c 100644 (file)
@@ -24,7 +24,7 @@ USA
   <title>@label:new.title@</title>
  </head>
  <body>
-@include{@label{menu}@}@
+@include{topbar}@
   <h1 class=title>@label:new.title@</h1>
 
 @#{only display the table if there is something to put in it}@
@@ -64,7 +64,7 @@ USA
   </table>
 }@
 
-@include{@label{menu}@end}@
+@include{topbarend}@
  </body>
 </html>
 @@