All new templates. Site menu displays basically everywhere.
[cocanwiki.git] / scripts / diff.ml
index ceeaed7..e94d5c8 100644 (file)
@@ -1,7 +1,7 @@
 (* COCANWIKI scripts.
  * Written by Richard W.M. Jones <rich@merjis.com>.
  * Copyright (C) 2004 Merjis Ltd.
- * $Id: diff.ml,v 1.4 2004/09/08 09:54:28 rich Exp $
+ * $Id: diff.ml,v 1.6 2004/09/09 09:35:33 rich Exp $
  *)
 
 open Apache
@@ -13,9 +13,9 @@ open Cocanwiki
 open Cocanwiki_template
 open Cocanwiki_diff
 
-let template = get_template "diff.html"
+let run r (q : cgi) (dbh : Dbi.connection) hostid _ _ =
+  let template = get_template dbh hostid "diff.html" in
 
-let run r (q : cgi) (dbh : Dbi.connection) (hostid, _, _) _ =
   let page = q#param "page" in
   let page = if page = "" then "index" else page in