From de54f68329082f11a9926a99a832a4550bb17640 Mon Sep 17 00:00:00 2001 From: short <> Date: Thu, 16 Oct 2003 14:12:01 +0000 Subject: [PATCH 1/1] Remove project lists visible CVS IDs as the page is already long enough. --- project/Index.html.pl | 1 + project/List.html.pl | 1 + 2 files changed, 2 insertions(+) diff --git a/project/Index.html.pl b/project/Index.html.pl index bee2eae..eac89ee 100755 --- a/project/Index.html.pl +++ b/project/Index.html.pl @@ -36,6 +36,7 @@ My::Web->init( "section"=>"Projects", "rel_up"=>top_dir(), "rel_start"=>top_dir(), + "footer_ids"=>0, ); My::Web->heading(); diff --git a/project/List.html.pl b/project/List.html.pl index c03b5be..7680b99 100755 --- a/project/List.html.pl +++ b/project/List.html.pl @@ -39,6 +39,7 @@ My::Web->init( }, "rel_up"=>top_dir(), "rel_start"=>top_dir(), + "footer_ids"=>0, ); My::Web->heading(); -- 1.8.3.1