/[viruswall]/bgcolor.inc
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /bgcolor.inc

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (show annotations) (vendor branch)
Thu Sep 20 10:47:45 2001 UTC (22 years, 6 months ago) by dpavlin
Branch: DbP, MAIN
CVS Tags: r0, HEAD
Changes since 1.1: +0 -0 lines
initial import

1 <?
2 function bgcolor() {
3 if ($GLOBALS["bgcolor"] == "" || !isset($GLOBALS["bgcolor"])) {
4 $GLOBALS["bgcolor"]=" bgcolor=#f0f0f0";
5 } else {
6 $GLOBALS["bgcolor"]="";
7 }
8 return $GLOBALS["bgcolor"];
9 }
10 ?>

  ViewVC Help
Powered by ViewVC 1.1.26