You are here

function hook_bat_fullcalendar_render_css_alter in Booking and Availability Management Tools for Drupal 7

Provide alter hook to change calendar css files.

Parameters

array $css_files:

1 invocation of hook_bat_fullcalendar_render_css_alter()
bat_fullcalendar_set_css_files in modules/bat_fullcalendar/bat_fullcalendar.module
Sets up CSS files for fullcalendar and calls an alter to allow other modules to change them.

File

modules/bat_fullcalendar/bat_fullcalendar.api.php, line 33
This file contains no working PHP code; it exists to provide additional documentation for doxygen as well as to document hooks in the standard Drupal manner.

Code

function hook_bat_fullcalendar_render_css_alter(&$css_files) {

  // No example.
}