From f6a6befba995b45881fdf7ec9bbd6fc166427054 Mon Sep 17 00:00:00 2001 From: secretr Date: Fri, 29 Oct 2010 14:57:54 +0000 Subject: [PATCH] wrong stylesheet path --- e107_handlers/calendar/calendar_class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_handlers/calendar/calendar_class.php b/e107_handlers/calendar/calendar_class.php index 3d694e8af..c4d8bc6c9 100755 --- a/e107_handlers/calendar/calendar_class.php +++ b/e107_handlers/calendar/calendar_class.php @@ -69,7 +69,7 @@ class DHTML_Calendar } else { - $this->calendar_theme_file = e_PACK_ABS."calendar/calendar.css"; + $this->calendar_theme_file = e_PACK_ABS."calendar/css/calendar.css"; } $this->calendar_options = array('ifFormat' => '%Y/%m/%d', 'daFormat' => '%Y/%m/%d');