You are here

function template_preprocess_calendar_week_overlap in Calendar 7.2

Same name and namespace in other branches
  1. 8 calendar.theme.inc \template_preprocess_calendar_week_overlap()
  2. 6.2 calendar_multiday/theme/theme.inc \template_preprocess_calendar_week_overlap()
  3. 7.3 theme/theme.inc \template_preprocess_calendar_week_overlap()
  4. 7 calendar_multiday/theme/theme.inc \template_preprocess_calendar_week_overlap()

Display a week overlap view.

File

calendar_multiday/theme/theme.inc, line 455
Theme functions for the Calendar module.

Code

function template_preprocess_calendar_week_overlap(&$vars) {
  template_preprocess_calendar_week($vars);
}