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/4.5/holiday.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/4.5/holiday.php')
| -rw-r--r-- | theme/layouts/4.5/holiday.php | 4 |
1 files changed, 2 insertions, 2 deletions
| diff --git a/theme/layouts/4.5/holiday.php b/theme/layouts/4.5/holiday.php index 65c1826..775e52a 100644 --- a/theme/layouts/4.5/holiday.php +++ b/theme/layouts/4.5/holiday.php | |||
| @@ -100,9 +100,9 @@ if (!isset($bgcolor)) | |||
| 100 | { | 100 | { |
| 101 | $bgcolor='aqua'; | 101 | $bgcolor='aqua'; |
| 102 | 102 | ||
| 103 | include("css/day.css"); | 103 | include("layouts/4.5/day.css"); |
| 104 | } else { | 104 | } else { |
| 105 | include("css/night.css"); | 105 | include("layouts/4.5/night.css"); |
| 106 | } | 106 | } |
| 107 | 107 | ||
| 108 | ?> | 108 | ?> |
