mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-27 14:32:31 +00:00
Fix the stylesheet for themes.
This commit is contained in:
parent
b7a955cbb3
commit
e39761c7f1
1 changed files with 3 additions and 0 deletions
|
@ -8,6 +8,9 @@
|
|||
if (!$theme && date ('m') == 12)
|
||||
$theme = "christmas";
|
||||
|
||||
if (!$theme)
|
||||
$theme = "quakeforge";
|
||||
|
||||
switch ($theme) {
|
||||
case "christmas":
|
||||
define ('bgColor', black);
|
||||
|
|
Loading…
Reference in a new issue