Added the framework to allow us to populate standards parts of the
[cocanwiki.git] / scripts / recent.ml
index 4af4886..bf75ab2 100644 (file)
@@ -1,7 +1,7 @@
 (* COCANWIKI scripts.
  * Written by Richard W.M. Jones <rich@merjis.com>.
  * Copyright (C) 2004 Merjis Ltd.
- * $Id: recent.ml,v 1.4 2004/09/08 09:54:28 rich Exp $
+ * $Id: recent.ml,v 1.5 2004/09/08 15:46:53 rich Exp $
  *)
 
 open Apache
@@ -13,11 +13,11 @@ open Cocanwiki
 open Cocanwiki_template
 open Cocanwiki_date
 
-let template = get_template "recent.html"
-
 let max_age = "3 months"
 
 let run r (q : cgi) (dbh : Dbi.connection) (hostid, _, _) _ =
+  let template = get_template dbh hostid "recent.html" in
+
   let sth =
     dbh#prepare_cached
       "select id, url, url_deleted, title, last_modified_date, logged_ip