You are here

function template_preprocess_calendar_day_overlap in Calendar 7.3

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

Display a day overlap view.

File

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

Code

function template_preprocess_calendar_day_overlap(&$vars) {
  template_preprocess_calendar_day($vars);
}