You are here

constant FULLCALENDAR_DOWNLOAD_URI in FullCalendar 7

Same name and namespace in other branches
  1. 6.2 includes/fullcalendar.drush.inc \FULLCALENDAR_DOWNLOAD_URI
  2. 6 fullcalendar.drush.inc \FULLCALENDAR_DOWNLOAD_URI
  3. 7.2 includes/fullcalendar.drush.inc \FULLCALENDAR_DOWNLOAD_URI
1 use of FULLCALENDAR_DOWNLOAD_URI
drush_fullcalendar_plugin in ./fullcalendar.drush.inc
Commands to download the FullCalendar plugin.

File

./fullcalendar.drush.inc, line 12
Drush integration for FullCalendar.

Code

define('FULLCALENDAR_DOWNLOAD_URI', 'http://arshaw.com/fullcalendar/downloads/fullcalendar-' . FULLCALENDAR_MIN_PLUGIN_VERSION . '.zip');