abolish sidebar.html; too much hassle to maintain two
[disorder] / templates / help.html
index e9a5c84..045d821 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
 <!--
 This file is part of DisOrder.
-Copyright (C) 2004, 2005, 2006 Richard Kettlewell
+Copyright (C) 2004, 2005, 2006, 2007 Richard Kettlewell
 
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
@@ -24,7 +24,7 @@ USA
   <title>@label{help.title}@</title>
  </head>
  <body>
-@include{@label{menu}@}@
+@include{topbar}@
    <h1 class=title>@label{help.title}@</h1>
 
    <h2 class=sidebarlink><a name=playing>Playing</a></h2>
@@ -342,9 +342,6 @@ USA
     <p><a href="@url@?action=disobedience.1">disobedience(1)</a> - GTK+
      client</p>
 
-    <p><a href="@url@?action=tkdisorder.1">tkdisorder(1)</a> - GUI
-     client</p>
-
     <p><a href="@url@?action=disorderd.8">disorderd(8)</a> - server</p>
 
     <p><a href="@url@?action=disorder-dump.8">disorder-dump(8)</a> -
@@ -357,7 +354,7 @@ USA
 
    </div>
 
-@include{@label{menu}@end}@
+@include{topbarend}@
   </div>
  </body>
 </html>