constant FULLCALENDAR_PATH in FullCalendar 6.2
Same name and namespace in other branches
- 6 fullcalendar.module \FULLCALENDAR_PATH
- 7 fullcalendar.module \FULLCALENDAR_PATH
The default path to the FullCalendar plugin.
3 uses of FULLCALENDAR_PATH
- fullcalendar_admin_settings in includes/
fullcalendar.admin.inc - General configuration form for controlling the FullCalendar behaviour.
- fullcalendar_get_js_path in ./
fullcalendar.module - Returns the path to the FullCalendar plugin.
- fullcalendar_get_settings in ./
fullcalendar.module
File
- ./
fullcalendar.module, line 11 - Provides a views style plugin for FullCalendar
Code
define('FULLCALENDAR_PATH', 'sites/all/libraries/fullcalendar');