Added the framework to allow us to populate standards parts of the
[cocanwiki.git] / scripts / admin / edit_host_css_form.ml
index 71e4eca..11a5e48 100644 (file)
@@ -1,7 +1,7 @@
 (* COCANWIKI scripts.
  * Written by Richard W.M. Jones <rich@merjis.com>.
  * Copyright (C) 2004 Merjis Ltd.
- * $Id: edit_host_css_form.ml,v 1.2 2004/09/07 13:40:10 rich Exp $
+ * $Id: edit_host_css_form.ml,v 1.3 2004/09/08 15:46:53 rich Exp $
  *)
 
 open Apache
@@ -12,7 +12,7 @@ open Printf
 open Cocanwiki
 open Cocanwiki_template
 
-let template = get_template "admin/edit_host_css_form.html"
+let template = _get_template "admin/edit_host_css_form.html"
 
 let run r (q : cgi) (dbh : Dbi.connection) _ _ =
   let hostid = int_of_string (q#param "hostid") in