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/Index.html.pl
project/List.html.pl

index 4af7311..9a207a1 100755 (executable)
@@ -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();
index 9cffbf4..5054d71 100755 (executable)
@@ -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();