From: short <> Date: Fri, 16 Dec 2005 04:48:23 +0000 (+0000) Subject: Allow /project/*.pm cvsids listing as there is only one now. X-Git-Url: https://git.jankratochvil.net/?p=www.jankratochvil.net.git;a=commitdiff_plain;h=8df4fec2beaec2250c8e10e858d5aae1fe665bf6 Allow /project/*.pm cvsids listing as there is only one now. --- 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();