summary refs log tree commit diff stats
path: root/theme/layouts/6.2
diff options
context:
space:
mode:
authorStarla Insigna <hatkirby@fourisland.com>2010-03-28 09:42:25 -0400
committerStarla Insigna <hatkirby@fourisland.com>2010-03-28 09:42:25 -0400
commitec5b2499fff7cd30e1c221dbd63b37ef507d41b8 (patch)
tree33155a39a545717958a45593c84cbbca4051bd4e /theme/layouts/6.2
parent93d3209110d435d43cc9016aa6cf4acff6028011 (diff)
downloadfourisland-ec5b2499fff7cd30e1c221dbd63b37ef507d41b8.tar.gz
fourisland-ec5b2499fff7cd30e1c221dbd63b37ef507d41b8.tar.bz2
fourisland-ec5b2499fff7cd30e1c221dbd63b37ef507d41b8.zip
Added April Fools Day joke
Diffstat (limited to 'theme/layouts/6.2')
-rwxr-xr-xtheme/layouts/6.2/style.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/theme/layouts/6.2/style.php b/theme/layouts/6.2/style.php index 7dff742..5cea4f8 100755 --- a/theme/layouts/6.2/style.php +++ b/theme/layouts/6.2/style.php
@@ -22,9 +22,11 @@ if (!defined('S_INCLUDE_FILE')) {define('S_INCLUDE_FILE',1);}
22 22
23require('headerproc.php'); 23require('headerproc.php');
24 24
25include_once('../includes/specialdates.php');
26
25include('layouts/6.2/style.css'); 27include('layouts/6.2/style.css');
26 28
27if (((date('G') >= 20) || (date('G') <= 6)) || isset($_GET['night']) && !isset($_GET['day'])) 29if ((((date('G') >= 20) || (date('G') <= 6)) || (isset($_GET['night']) && !isset($_GET['day']))) && sd_ifNoSpecialDay())
28{ 30{
29 include('layouts/6.2/night.css'); 31 include('layouts/6.2/night.css');
30} else { 32} else {