--- web/cgi-bin/cvslog.cgi 2004/03/24 23:29:21 1.33 +++ web/cgi-bin/cvslog.cgi 2004/03/24 23:53:09 1.34 @@ -55,7 +55,7 @@ my ($doctype) = "$incdir/doctype.inc"; my ($style) = "$incdir/style.inc"; my ($header) = "$incdir/header.inc"; my ($footer) = "$incdir/footer.inc"; -my ($menu) = "$incdir/menu.inc" ; +my ($menu) = "$incdir/menu-static.inc" ; # Section markers my ($secwho) = 1; @@ -291,13 +291,8 @@ exit 0; # Print the contents of a file containing html sub print_html { my ($filename) = @_; - my($virtual) = ''; - my(@virtualresponse) = `/web/i-scream/nwww.cgi-bin/logo.cgi`; open(FILE, $filename); while() { - if(/$virtual/) { - s/$virtual/$virtualresponse[@virtualresponse-1]/; - } print; } close FILE;