Fix the stylesheet for themes.

This commit is contained in:
Jeff Teunissen 2003-01-02 07:44:25 +00:00
parent b7a955cbb3
commit e39761c7f1

View file

@ -8,6 +8,9 @@
if (!$theme && date ('m') == 12)
$theme = "christmas";
if (!$theme)
$theme = "quakeforge";
switch ($theme) {
case "christmas":
define ('bgColor', black);