From dfc082433c96a26e33a37588775ded4c104e0965 Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Wed, 15 Apr 1998 13:47:24 +0000 Subject: [PATCH] New variable hsty_email. hsty_email is the visible E-Mail address in the footer. --- data/cgi/cgi-style.pl | 7 +++++-- en/cgi/cgi-style.pl | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/data/cgi/cgi-style.pl b/data/cgi/cgi-style.pl index 9c923fd34b..81bec77be4 100644 --- a/data/cgi/cgi-style.pl +++ b/data/cgi/cgi-style.pl @@ -1,4 +1,4 @@ -# $Id: cgi-style.pl,v 1.9 1997-11-17 00:29:53 wosch Exp $ +# $Id: cgi-style.pl,v 1.10 1998-04-15 13:47:24 wosch Exp $ # # Perl routines to encapsulate various elements of HTML page style. @@ -14,8 +14,11 @@ $t_body = ""; if (!defined($hsty_base)) { $hsty_base = ".."; } +if (!defined($hsty_email)) { + $hsty_email = "www\@freebsd.org"; +} if (!defined($hsty_author)) { - $hsty_author = "www\@freebsd.org"; + $hsty_author = "$hsty_email"; } $i_topbar = "\"\" diff --git a/en/cgi/cgi-style.pl b/en/cgi/cgi-style.pl index 9c923fd34b..81bec77be4 100644 --- a/en/cgi/cgi-style.pl +++ b/en/cgi/cgi-style.pl @@ -1,4 +1,4 @@ -# $Id: cgi-style.pl,v 1.9 1997-11-17 00:29:53 wosch Exp $ +# $Id: cgi-style.pl,v 1.10 1998-04-15 13:47:24 wosch Exp $ # # Perl routines to encapsulate various elements of HTML page style. @@ -14,8 +14,11 @@ $t_body = ""; if (!defined($hsty_base)) { $hsty_base = ".."; } +if (!defined($hsty_email)) { + $hsty_email = "www\@freebsd.org"; +} if (!defined($hsty_author)) { - $hsty_author = "www\@freebsd.org"; + $hsty_author = "$hsty_email"; } $i_topbar = "\"\"