From a6681fdc8c95b49edfa3fa3da8bf3e4b2ada9833 Mon Sep 17 00:00:00 2001 From: "terry%netscape.com" <> Date: Wed, 28 Apr 1999 00:17:49 +0000 Subject: Patch by David Gardiner -- added new headerhtml param to allow people to customize the html put in the portion of generated documents. Also, a few other minor patches. --- defparams.pl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'defparams.pl') diff --git a/defparams.pl b/defparams.pl index df1a06396..9bcc9a567 100644 --- a/defparams.pl +++ b/defparams.pl @@ -131,6 +131,10 @@ sub check_despotbaseurl { } +DefParam("headerhtml", + "Additional HTML to add to the HEAD area of documents, eg. links to stylesheets.", + "l", + ''); DefParam("bannerhtml", -- cgit v1.2.3-24-g4f1b