From 224f9ee5014ae5c5399188afd8d38e3b620e2856 Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Thu, 26 Nov 2009 14:21:20 -0500 Subject: Added Fouripedia compatibility Made many strutural changes to Four Island allowing for the reinclusion of Fouripedia. --- theme/layouts/6.2/style.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'theme/layouts/6.2/style.php') 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'); if (((date('G') >= 20) || (date('G') <= 6)) || isset($_GET['night']) && !isset($_GET['day'])) { include('layouts/6.2/night.css'); +} else { + include('layouts/6.2/holiday.php'); } -include('layouts/6.2/holiday.php'); - ?> -- cgit 1.4.1