diff options
Diffstat (limited to 'theme/css.php')
-rwxr-xr-x | theme/css.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/theme/css.php b/theme/css.php index 2acf0c7..1010bd1 100755 --- a/theme/css.php +++ b/theme/css.php | |||
@@ -29,4 +29,14 @@ include("css/website.php"); | |||
29 | include("css/bubbles.css"); | 29 | include("css/bubbles.css"); |
30 | include("css/thickbox.css"); | 30 | include("css/thickbox.css"); |
31 | 31 | ||
32 | if ($_GET['id'] == 'day') | ||
33 | { | ||
34 | include("css/day.css"); | ||
35 | } else if ($_GET['id'] == 'night') | ||
36 | { | ||
37 | include("css/night.css"); | ||
38 | } else { | ||
39 | echo('body {display: none}'); | ||
40 | } | ||
41 | |||
32 | ?> | 42 | ?> |