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:
@@ -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');
|
||||
|
Reference in New Issue
Block a user