Removed dependency on imported merjislib.
[cocanwiki.git] / scripts / admin / edit_host_css_form.ml
index 815fe9c..71e4eca 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.1 2004/09/07 10:14:10 rich Exp $
+ * $Id: edit_host_css_form.ml,v 1.2 2004/09/07 13:40:10 rich Exp $
  *)
 
 open Apache
@@ -10,6 +10,7 @@ open Cgi
 open Printf
 
 open Cocanwiki
+open Cocanwiki_template
 
 let template = get_template "admin/edit_host_css_form.html"