+Comment: FIXME: "head_css" no longer exists in My::Web branch "apache2"
[MyWeb.git] / Project.pm
index ab40eb7..bbcee8a 100644 (file)
@@ -24,6 +24,7 @@ use strict;
 use warnings;
 
 use My::Web;
+require CGI;
 
 use Exporter;
 our @EXPORT=qw();
@@ -199,6 +200,7 @@ my($class,%args)=@_;
                        "rel_up"=>top_dir('/project/'),
 #                      "rel_start"=>top_dir(), # TODO:homepage
                        %args,
+                       # FIXME: "head_css" no longer exists in My::Web branch "apache2"
                        "head_css"=>($args{"head_css"} || "")."
 table.print_project td { vertical-align: top; }
 ",