(* COCANWIKI - a wiki written in Objective CAML.
* Written by Richard W.M. Jones <rich@merjis.com>.
* Copyright (C) 2004 Merjis Ltd.
- * $Id: 00-TEMPLATE.ml.,v 1.2 2006/08/09 15:35:22 rich Exp $
+ * $Id: 00-TEMPLATE.ml.,v 1.3 2006/12/07 17:05: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
open Cocanwiki_template
let run r (q : cgi) dbh hostid _ _ =
- let template = get_template dbh hostid "00-TEMPLATE.html" in
+ let template = get_template r dbh hostid "00-TEMPLATE.html" in