summaryrefslogtreecommitdiffstats
path: root/defparams.pl
diff options
context:
space:
mode:
authorterry%netscape.com <>1999-04-28 02:17:49 +0200
committerterry%netscape.com <>1999-04-28 02:17:49 +0200
commita6681fdc8c95b49edfa3fa3da8bf3e4b2ada9833 (patch)
tree1516ad3a56647808e41b780114ab07032368870f /defparams.pl
parent52f6d572410ff925d87f519e9d0528c7d4812730 (diff)
downloadbugzilla-a6681fdc8c95b49edfa3fa3da8bf3e4b2ada9833.tar.gz
bugzilla-a6681fdc8c95b49edfa3fa3da8bf3e4b2ada9833.tar.xz
Patch by David Gardiner <david.gardiner@unisa.edu.au> -- added new headerhtml
param to allow people to customize the html put in the <HEAD> portion of generated documents. Also, a few other minor patches.
Diffstat (limited to 'defparams.pl')
-rw-r--r--defparams.pl4
1 files changed, 4 insertions, 0 deletions
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",