/[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

Annotation of /bgcolor.inc

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations)
Thu Sep 20 10:47:45 2001 UTC (22 years, 7 months ago) by dpavlin
Branch point for: DbP, MAIN
Initial revision

1 dpavlin 1.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