From de53fc452a22beedf28a92defe19168153e078cd Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Sun, 15 Nov 2009 11:52:07 -0500 Subject: Added holidays to Layouts 4.5 and 6.2 --- theme/layouts/4.5/holiday.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (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 65c1826..775e52a 100644 --- a/theme/layouts/4.5/holiday.php +++ b/theme/layouts/4.5/holiday.php @@ -100,9 +100,9 @@ if (!isset($bgcolor)) { $bgcolor='aqua'; - include("css/day.css"); + include("layouts/4.5/day.css"); } else { - include("css/night.css"); + include("layouts/4.5/night.css"); } ?> -- cgit 1.4.1