Prevent navigation to the non-existing homepage.
authorshort <>
Thu, 4 Dec 2003 09:42:57 +0000 (09:42 +0000)
committershort <>
Thu, 4 Dec 2003 09:42:57 +0000 (09:42 +0000)
Project.pm

index dd17b23..2088d99 100644 (file)
@@ -197,7 +197,7 @@ my($class,%args)=@_;
                        map(("rel_$_"=>top_dir('/project/Rel.pl?rel='.$_.'&project='.($args{"__PACKAGE__"}=~/^.*::([^:]+)::[^:]+$/)[0])),
                                        qw(prev next)),
                        "rel_up"=>top_dir('/project/'),
-                       "rel_start"=>top_dir(),
+#                      "rel_start"=>top_dir(), # TODO:homepage
                        %args,
                        "head_css"=>($args{"head_css"} || "")."
 table.print_project td { vertical-align: top; }