diff options
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 { | 
