Online registration now sends email. The confirmation URL doesn't
[disorder] / templates / search.html
index 42d1bc5..f1f7d5e 100644 (file)
@@ -24,7 +24,7 @@ USA
   <title>@label:search.title@</title>
  </head>
  <body>
-@include{@label{menu}@}@
+@include{topbar}@
    <h1 class=title>@label:search.title@</h1>
 
    <form class=search action="@url@" method=POST
@@ -63,7 +63,7 @@ USA
     }@
    </div>
 
-@include{@label{menu}@end}@
+@include{topbarend}@
  </body>
 </html>
 @@