Index: modules/event/event.theme
===================================================================
RCS file: /cvs/drupal/contributions/modules/event/event.theme,v
retrieving revision 1.37
diff -u -r1.37 event.theme
--- modules/event/event.theme	27 Jan 2007 12:48:19 -0000	1.37
+++ modules/event/event.theme	15 Mar 2007 20:41:53 -0000
@@ -61,6 +61,16 @@
 }
 
 /**
+ * Format a calendar view
+ *
+ * @param day
+ *   The day to display.
+ */
+function theme_event_calendar_previous($op, $header, $rows) {
+  return '<div class="event-calendar"><div class="list-view">'. $rows ."</div></div>\n";
+}
+
+/**
  * Format an event node for display in an expanded calendar, like a calendar page
  *
  * @param node
