diff options
author | Starla Insigna <hatkirby@fourisland.com> | 2009-11-26 14:21:20 -0500 |
---|---|---|
committer | Starla Insigna <hatkirby@fourisland.com> | 2009-11-26 14:21:20 -0500 |
commit | 224f9ee5014ae5c5399188afd8d38e3b620e2856 (patch) | |
tree | 6432f783d495626e962835009b6d2f4fd53e42cd /theme/layouts/6.2/style.php | |
parent | 34d358ba240bd19491f0f97faf04513318bee6c0 (diff) | |
download | fourisland-224f9ee5014ae5c5399188afd8d38e3b620e2856.tar.gz fourisland-224f9ee5014ae5c5399188afd8d38e3b620e2856.tar.bz2 fourisland-224f9ee5014ae5c5399188afd8d38e3b620e2856.zip |
Added Fouripedia compatibility
Made many strutural changes to Four Island allowing for the reinclusion of Fouripedia.
Diffstat (limited to 'theme/layouts/6.2/style.php')
-rwxr-xr-x | theme/layouts/6.2/style.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/theme/layouts/6.2/style.php b/theme/layouts/6.2/style.php index 0d619e5..7dff742 100755 --- a/theme/layouts/6.2/style.php +++ b/theme/layouts/6.2/style.php | |||
@@ -27,8 +27,8 @@ include('layouts/6.2/style.css'); | |||
27 | if (((date('G') >= 20) || (date('G') <= 6)) || isset($_GET['night']) && !isset($_GET['day'])) | 27 | if (((date('G') >= 20) || (date('G') <= 6)) || isset($_GET['night']) && !isset($_GET['day'])) |
28 | { | 28 | { |
29 | include('layouts/6.2/night.css'); | 29 | include('layouts/6.2/night.css'); |
30 | } else { | ||
31 | include('layouts/6.2/holiday.php'); | ||
30 | } | 32 | } |
31 | 33 | ||
32 | include('layouts/6.2/holiday.php'); | ||
33 | |||
34 | ?> | 34 | ?> |