diff --git a/forms/CalendarDateField.php b/forms/CalendarDateField.php index 75aca1a38..9973bf696 100755 --- a/forms/CalendarDateField.php +++ b/forms/CalendarDateField.php @@ -16,8 +16,8 @@ HTML; } function Field() { - Requirements::javascript(SAPPHIRE_DIR . '/thirdparty/prototype/prototype.js'); - Requirements::javascript(SAPPHIRE_DIR . "/thirdparty/behaviour/behaviour.js"); + Requirements::javascript(THIRDPARTY_DIR . '/prototype/prototype.js'); + Requirements::javascript(THIRDPARTY_DIR . '/behaviour/behaviour.js'); Requirements::javascript(THIRDPARTY_DIR . "/calendar/calendar.js"); Requirements::javascript(THIRDPARTY_DIR . "/calendar/lang/calendar-en.js"); Requirements::javascript(THIRDPARTY_DIR . "/calendar/calendar-setup.js"); @@ -46,4 +46,4 @@ HTML; } } -?> \ No newline at end of file +?>