From 326314e6c07af25ae4e0f20299b86cdc100528e9 Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Mon, 24 Nov 2008 17:16:54 -0500 Subject: Returned day and night effects --- theme/css.php | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'theme/css.php') 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"); include("css/bubbles.css"); include("css/thickbox.css"); +if ($_GET['id'] == 'day') +{ + include("css/day.css"); +} else if ($_GET['id'] == 'night') +{ + include("css/night.css"); +} else { + echo('body {display: none}'); +} + ?> -- cgit 1.4.1