You are here

function theme_date_views_browser_summary_view in Date 5.2

Same name and namespace in other branches
  1. 5 date_views.inc \theme_date_views_browser_summary_view()
  2. 6 date/date.theme \theme_date_views_browser_summary_view()

Display a summary version of a view.

File

date/date.theme, line 206
Theme functions.

Code

function theme_date_views_browser_summary_view($view, $type, $level, $nodes, $args) {
  return theme('date_views_browser_full_view', $view, $nodes, $type);
}