diff options
author | Starla Insigna <hatkirby@fourisland.com> | 2010-03-28 09:42:25 -0400 |
---|---|---|
committer | Starla Insigna <hatkirby@fourisland.com> | 2010-03-28 09:42:25 -0400 |
commit | ec5b2499fff7cd30e1c221dbd63b37ef507d41b8 (patch) | |
tree | 33155a39a545717958a45593c84cbbca4051bd4e /theme/layouts/7/holiday.php | |
parent | 93d3209110d435d43cc9016aa6cf4acff6028011 (diff) | |
download | fourisland-ec5b2499fff7cd30e1c221dbd63b37ef507d41b8.tar.gz fourisland-ec5b2499fff7cd30e1c221dbd63b37ef507d41b8.tar.bz2 fourisland-ec5b2499fff7cd30e1c221dbd63b37ef507d41b8.zip |
Added April Fools Day joke
Diffstat (limited to 'theme/layouts/7/holiday.php')
-rwxr-xr-x | theme/layouts/7/holiday.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/theme/layouts/7/holiday.php b/theme/layouts/7/holiday.php index d9a9c10..54499a9 100755 --- a/theme/layouts/7/holiday.php +++ b/theme/layouts/7/holiday.php | |||
@@ -100,6 +100,17 @@ if (sd_isSpecialDay('Four Island A')) | |||
100 | $bgimgm = 'island6'; | 100 | $bgimgm = 'island6'; |
101 | } | 101 | } |
102 | 102 | ||
103 | if (sd_isSpecialDay('April Fools Day')) | ||
104 | { | ||
105 | ?> | ||
106 | |||
107 | div#banner { | ||
108 | background-image: url(/theme/images/afd-l7.png); | ||
109 | } | ||
110 | |||
111 | <?php | ||
112 | } | ||
113 | |||
103 | ?> | 114 | ?> |
104 | 115 | ||
105 | div#window { | 116 | div#window { |