You are here

function template_preprocess_calendar_month_node in Calendar 6.2

Same name in this branch
  1. 6.2 theme/theme.inc \template_preprocess_calendar_month_node()
  2. 6.2 calendar_multiday/theme/theme.inc \template_preprocess_calendar_month_node()
Same name and namespace in other branches
  1. 7 theme/theme.inc \template_preprocess_calendar_month_node()
  2. 7 calendar_multiday/theme/theme.inc \template_preprocess_calendar_month_node()
  3. 7.2 theme/theme.inc \template_preprocess_calendar_month_node()
  4. 7.2 calendar_multiday/theme/theme.inc \template_preprocess_calendar_month_node()

Format an calendar month node for display.

File

theme/theme.inc, line 600

Code

function template_preprocess_calendar_month_node(&$vars) {
  template_preprocess_calendar_node($vars);
}