Hook up cvsweb.cgi to cgi-style.pl so it inherits the proper

"look and feel".
This commit is contained in:
John Fieber 1996-09-29 02:19:30 +00:00
parent b06868a781
commit 15be435f08
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=558
4 changed files with 30 additions and 76 deletions

View file

@ -1,4 +1,4 @@
# $Id: cgi-style.pl,v 1.3 1996-09-29 01:40:53 jfieber Exp $
# $Id: cgi-style.pl,v 1.4 1996-09-29 02:19:27 jfieber Exp $
#
# Perl routines to encapsulate various elements of HTML page style.
@ -10,10 +10,10 @@ $timestamp = "$mo-$md-$yr";
# Colors for the body
$t_body = "<body text=\"#000000\" bgcolor=\"#ffffff\">";
if ($hsty_base eq "") {
if (!defined($hsty_base)) {
$hsty_base = "..";
}
if ($hsty_author eq "") {
if (!defined($hsty_author)) {
$hsty_author = "<a href=\"$hsty_base/mailto.html\">www\@freebsd.org</a>";
}