If the navigation box would show as empty, disable it.
authorrich <rich>
Sun, 10 Oct 2004 16:40:32 +0000 (16:40 +0000)
committerrich <rich>
Sun, 10 Oct 2004 16:40:32 +0000 (16:40 +0000)
debian/changelog
scripts/page.ml

index 9f83c52..405666a 100644 (file)
@@ -1,4 +1,4 @@
-cocanwiki (1.2.1-5) unstable; urgency=low
+cocanwiki (1.2.1-6) unstable; urgency=low
 
   * Initial Release.
 
index f741e58..90f8a5b 100644 (file)
@@ -1,7 +1,7 @@
 (* COCANWIKI - a wiki written in Objective CAML.
  * Written by Richard W.M. Jones <rich@merjis.com>.
  * Copyright (C) 2004 Merjis Ltd.
- * $Id: page.ml,v 1.30 2004/10/10 16:31:52 rich Exp $
+ * $Id: page.ml,v 1.31 2004/10/10 16:40:32 rich Exp $
  *
  * 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
@@ -339,6 +339,11 @@ let run r (q : cgi) (dbh : Dbi.connection) hostid
       let table = List.map f rv in
       t#table "recently_visited" table;
       t#conditional "has_recently_visited" (rv <> []);
+
+      (* If both lists are empty (ie. an empty navigation box would
+       * appear), then disable navigation altogether.
+       *)
+      if wlh = [] && rv = [] then t#conditional "navigation" false
     );
 
     (* If we are coming from a search engine then we want to highlight