summary refs log tree commit diff stats
path: root/theme/layouts/7/holiday.php
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/7/holiday.php
parent93d3209110d435d43cc9016aa6cf4acff6028011 (diff)
downloadfourisland-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-xtheme/layouts/7/holiday.php11
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
103if (sd_isSpecialDay('April Fools Day'))
104{
105?>
106
107div#banner {
108 background-image: url(/theme/images/afd-l7.png);
109}
110
111<?php
112}
113
103?> 114?>
104 115
105div#window { 116div#window {