You are here

function colorbox_fullcalendar_options_process in FullCalendar 8.3

Same name and namespace in other branches
  1. 8 fullcalendar_options/includes/colorbox.fullcalendar.inc \colorbox_fullcalendar_options_process()
  2. 7.2 fullcalendar_options/includes/colorbox.fullcalendar.inc \colorbox_fullcalendar_options_process()

Implements hook_fullcalendar_options_process().

File

fullcalendar_options/includes/colorbox.fullcalendar.inc, line 116
Provides extra FullCalendar configuration options for Colorbox.

Code

function colorbox_fullcalendar_options_process(&$variables, &$settings) {
  if (empty($settings['colorbox']['colorbox'])) {
    unset($settings['colorbox']);
  }
}