From 4702e74fc2407c7dc295c0475bdad32938397465 Mon Sep 17 00:00:00 2001 From: "terry%netscape.com" <> Date: Sat, 19 Sep 1998 11:38:11 +0000 Subject: Add simple support for a version string. --- CGI.pl | 2 +- defparams.pl | 4 +++- globals.pl | 3 +++ 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CGI.pl b/CGI.pl index 0a2fc9723..356c579e5 100644 --- a/CGI.pl +++ b/CGI.pl @@ -403,7 +403,7 @@ sub PutHeader { print "\n"; - print Param("bannerhtml"); + print PerformSubsts(Param("bannerhtml"), undef); print "\n"; print " \n"; diff --git a/defparams.pl b/defparams.pl index df5d88a85..f17f62475 100644 --- a/defparams.pl +++ b/defparams.pl @@ -133,7 +133,9 @@ sub check_despotbaseurl { DefParam("bannerhtml", - "The html that gets emitted at the head of every Bugzilla page.", + "The html that gets emitted at the head of every Bugzilla page. +Anything of the form %word% gets replaced by the defintion of that +word (as defined on this page).", "l", q{