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