From 2caae846c8161945853a9afd91fdb7fc5c75251b Mon Sep 17 00:00:00 2001 From: short <> Date: Thu, 4 Dec 2003 09:42:57 +0000 Subject: [PATCH] Prevent navigation to the non-existing homepage. --- project/Index.html.pl | 4 ++-- project/List.html.pl | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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(); -- 1.8.3.1