summary refs log tree commit diff stats
path: root/theme/layouts/4.5/holiday.php
diff options
context:
space:
mode:
Diffstat (limited to 'theme/layouts/4.5/holiday.php')
-rw-r--r--theme/layouts/4.5/holiday.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/theme/layouts/4.5/holiday.php b/theme/layouts/4.5/holiday.php index 775e52a..da611d3 100644 --- a/theme/layouts/4.5/holiday.php +++ b/theme/layouts/4.5/holiday.php
@@ -93,6 +93,8 @@ if (sd_isSpecialDay('Four Island A'))
93} elseif (sd_isSpecialDay('Valentines Day')) 93} elseif (sd_isSpecialDay('Valentines Day'))
94{ 94{
95 $bgimgm = 'valentines'; 95 $bgimgm = 'valentines';
96} else {
97 $bgimgm = 'island6';
96} 98}
97 99
98$bodyID = $_GET['id']; 100$bodyID = $_GET['id'];