You are here

function farm_theme_preprocess_calendar_month in farmOS 7

Implements hook_preprocess_calendar_month().

File

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

Code

function farm_theme_preprocess_calendar_month(&$vars) {
  farm_theme_calendar_css('month');
}