From 87c9b3ba7284dde0534b547d61b3223d21d0dbe5 Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Sun, 15 Nov 2009 16:11:28 -0500 Subject: Fixed default background on layout 4.5 --- theme/layouts/4.5/holiday.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'theme/layouts/4.5/holiday.php') 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')) } elseif (sd_isSpecialDay('Valentines Day')) { $bgimgm = 'valentines'; +} else { + $bgimgm = 'island6'; } $bodyID = $_GET['id']; -- cgit 1.4.1