You are here

function farm_theme_preprocess_calendar_week_overlap in farmOS 7

Implements hook_preprocess_calendar_week().

File

themes/farm_theme/template.php, line 659
Farm theme template.php.

Code

function farm_theme_preprocess_calendar_week_overlap(&$vars) {
  farm_theme_calendar_css('week');
}