diff options
author | Starla Insigna <hatkirby@fourisland.com> | 2009-11-15 11:52:07 -0500 |
---|---|---|
committer | Starla Insigna <hatkirby@fourisland.com> | 2009-11-15 11:52:07 -0500 |
commit | de53fc452a22beedf28a92defe19168153e078cd (patch) | |
tree | bf38e3ae1df07089608a039b071c05c791b4c486 /theme/layouts/6.2/style.php | |
parent | b0aabd0559eb6ca70af2ffeb35299b63d7edf097 (diff) | |
download | fourisland-de53fc452a22beedf28a92defe19168153e078cd.tar.gz fourisland-de53fc452a22beedf28a92defe19168153e078cd.tar.bz2 fourisland-de53fc452a22beedf28a92defe19168153e078cd.zip |
Added holidays to Layouts 4.5 and 6.2
Diffstat (limited to 'theme/layouts/6.2/style.php')
-rwxr-xr-x | theme/layouts/6.2/style.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/theme/layouts/6.2/style.php b/theme/layouts/6.2/style.php index 73bce49..0d619e5 100755 --- a/theme/layouts/6.2/style.php +++ b/theme/layouts/6.2/style.php | |||
@@ -29,4 +29,6 @@ if (((date('G') >= 20) || (date('G') <= 6)) || isset($_GET['night']) && !isset($ | |||
29 | include('layouts/6.2/night.css'); | 29 | include('layouts/6.2/night.css'); |
30 | } | 30 | } |
31 | 31 | ||
32 | include('layouts/6.2/holiday.php'); | ||
33 | |||
32 | ?> | 34 | ?> |