mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 13:47:31 +02:00
wrong stylesheet path
This commit is contained in:
@@ -69,7 +69,7 @@ class DHTML_Calendar
|
|||||||
}
|
}
|
||||||
else
|
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');
|
$this->calendar_options = array('ifFormat' => '%Y/%m/%d', 'daFormat' => '%Y/%m/%d');
|
||||||
|
Reference in New Issue
Block a user