function farm_theme_preprocess_calendar_day_overlap in farmOS 7
Implements hook_preprocess_calendar_day().
File
- themes/
farm_theme/ template.php, line 666 - Farm theme template.php.
Code
function farm_theme_preprocess_calendar_day_overlap(&$vars) {
farm_theme_calendar_css('day');
}