From: short <> Date: Thu, 4 Dec 2003 09:42:57 +0000 (+0000) Subject: Prevent navigation to the non-existing homepage. X-Git-Tag: bp_apache2~3 X-Git-Url: http://git.jankratochvil.net/?p=MyWeb.git;a=commitdiff_plain;h=ac44c8ef5dd4c1a3ac5dc503c3b3236f71cd01bb Prevent navigation to the non-existing homepage. --- diff --git a/Project.pm b/Project.pm index dd17b23..2088d99 100644 --- a/Project.pm +++ b/Project.pm @@ -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; }