/[informatika.old]/html/inc/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 /html/inc/bgcolor.inc

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations)
Fri Jun 2 06:03:53 2000 UTC (23 years, 10 months ago) by dpavlin
Branch: MAIN
CVS Tags: HEAD
Branch point for: dbi
funkcija za mijenjanje pozadinske boje u tablicama

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