You are here

function theme_event_calendar_list in Event 5.2

Same name and namespace in other branches
  1. 5 event.theme \theme_event_calendar_list()

Format a calendar view

Parameters

day: The day to display.

File

./event.theme, line 58

Code

function theme_event_calendar_list($op, $header, $rows) {
  return '<div class="event-calendar"><div class="list-view">' . $rows . "</div></div>\n";
}