summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorStarla Insigna <hatkirby@fourisland.com>2009-11-15 16:11:28 -0500
committerStarla Insigna <hatkirby@fourisland.com>2009-11-15 16:11:28 -0500
commit87c9b3ba7284dde0534b547d61b3223d21d0dbe5 (patch)
tree52f860b0b4924b1d6478b08d17d1f637546367bc
parentde53fc452a22beedf28a92defe19168153e078cd (diff)
downloadfourisland-87c9b3ba7284dde0534b547d61b3223d21d0dbe5.tar.gz
fourisland-87c9b3ba7284dde0534b547d61b3223d21d0dbe5.tar.bz2
fourisland-87c9b3ba7284dde0534b547d61b3223d21d0dbe5.zip
Fixed default background on layout 4.5
-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'];