X-Git-Url: http://git.jankratochvil.net/?p=MyWeb.git;a=blobdiff_plain;f=Project.pm;h=bbcee8a2f9106c34c59845920a04844dd73e294b;hp=ab40eb73a0104cde383eb4bf68c0a45b00b7a00d;hb=9b66e5b82f017b8ee8faa4de77e15672e0bc319a;hpb=23bbfdb08c25726bc9687423c10dd28b08753436 diff --git a/Project.pm b/Project.pm index ab40eb7..bbcee8a 100644 --- a/Project.pm +++ b/Project.pm @@ -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; } ",