Allow /project/*.pm cvsids listing as there is only one now.
authorshort <>
Fri, 16 Dec 2005 04:48:23 +0000 (04:48 +0000)
committershort <>
Fri, 16 Dec 2005 04:48:23 +0000 (04:48 +0000)
project/Index.pm
project/List.pm

index 07475ff..849523f 100755 (executable)
@@ -35,7 +35,8 @@ My::Web->init(
                "section"=>"Projects",
 #              "rel_up"=>"/",  # TODO:homepage
 #              "rel_start"=>"/",       # TODO:homepage
-               "footer_ids"=>0,
+               # Not used if no full listing is done:
+               #"footer_ids"=>0,
                );
 My::Web->heading();
 
index b7e3b74..68d48af 100755 (executable)
@@ -37,7 +37,8 @@ My::Web->init(
                                },
 #              "rel_up"=>"/",  # TODO:homepage
 #              "rel_start"=>"/",       # TODO:homepage
-               "footer_ids"=>0,
+               # Not used if no full listing is done:
+               #"footer_ids"=>0,
                );
 My::Web->heading();