You are here

function _jquery_calendar_variables in jQuery World Calendars API 7

Return value

array

2 calls to _jquery_calendar_variables()
jquery_calendar_install in ./jquery_calendar.install
Implements hook_install().
jquery_calendar_uninstall in ./jquery_calendar.install
Implements hook_uninstall().

File

./jquery_calendar.install, line 11
Implements necessary hooks for un/installation.

Code

function _jquery_calendar_variables() {
  return array(
    'jquery_calendar_compression_level' => 'normal',
    'jquery_calendar_datepicker_theme' => 'smoothness',
  );
}