1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 20:00:37 +02:00

wrong stylesheet path

This commit is contained in:
secretr
2010-10-29 14:57:54 +00:00
parent 5ecdcd2440
commit f6a6befba9

View File

@@ -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');