You are here

function theme_date_view_teasers in Date 5.2

Display the nodes of a view as teasers.

File

date/date.theme, line 244
Theme functions.

Code

function theme_date_view_teasers($view, $nodes, $type) {
  return views_theme('date_view_nodes', $view, $nodes, $type, true);
}