From 8df4fec2beaec2250c8e10e858d5aae1fe665bf6 Mon Sep 17 00:00:00 2001 From: short <> Date: Fri, 16 Dec 2005 04:48:23 +0000 Subject: [PATCH] Allow /project/*.pm cvsids listing as there is only one now. --- project/Index.pm | 3 ++- project/List.pm | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/project/Index.pm b/project/Index.pm index 07475ff..849523f 100755 --- a/project/Index.pm +++ b/project/Index.pm @@ -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(); diff --git a/project/List.pm b/project/List.pm index b7e3b74..68d48af 100755 --- a/project/List.pm +++ b/project/List.pm @@ -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(); -- 1.8.3.1