From: short <> Date: Thu, 4 Dec 2003 09:42:57 +0000 (+0000) Subject: Prevent navigation to the non-existing homepage. X-Git-Tag: bp_apache20~65 X-Git-Url: http://git.jankratochvil.net/?p=www.jankratochvil.net.git;a=commitdiff_plain;h=2caae846c8161945853a9afd91fdb7fc5c75251b Prevent navigation to the non-existing homepage. --- diff --git a/project/Index.html.pl b/project/Index.html.pl index 4af7311..9a207a1 100755 --- a/project/Index.html.pl +++ b/project/Index.html.pl @@ -34,8 +34,8 @@ My::Web->init( "__PACKAGE__"=>__PACKAGE__, "title"=>'Project List', "section"=>"Projects", - "rel_up"=>top_dir(), - "rel_start"=>top_dir(), +# "rel_up"=>top_dir(), # TODO:homepage +# "rel_start"=>top_dir(), # TODO:homepage "footer_ids"=>0, ); My::Web->heading(); diff --git a/project/List.html.pl b/project/List.html.pl index 9cffbf4..5054d71 100755 --- a/project/List.html.pl +++ b/project/List.html.pl @@ -37,8 +37,8 @@ My::Web->init( "args_check"=>{ "platform"=>'^(?:platform)?$', }, - "rel_up"=>top_dir(), - "rel_start"=>top_dir(), +# "rel_up"=>top_dir(), # TODO:homepage +# "rel_start"=>top_dir(), # TODO:homepage "footer_ids"=>0, ); My::Web->heading();