You are here

function template_preprocess_calendar_week_overlap in Calendar 8

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

Display a week overlap view.

File

./calendar.theme.inc, line 344
Theme functions for the Calendar module.

Code

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