Remove project lists visible CVS IDs as the page is already long enough.
authorshort <>
Thu, 16 Oct 2003 14:12:01 +0000 (14:12 +0000)
committershort <>
Thu, 16 Oct 2003 14:12:01 +0000 (14:12 +0000)
project/Index.html.pl
project/List.html.pl

index bee2eae..eac89ee 100755 (executable)
@@ -36,6 +36,7 @@ My::Web->init(
                "section"=>"Projects",
                "rel_up"=>top_dir(),
                "rel_start"=>top_dir(),
+               "footer_ids"=>0,
                );
 My::Web->heading();
 
index c03b5be..7680b99 100755 (executable)
@@ -39,6 +39,7 @@ My::Web->init(
                                },
                "rel_up"=>top_dir(),
                "rel_start"=>top_dir(),
+               "footer_ids"=>0,
                );
 My::Web->heading();