You are here

function theme_date_views_browser_summary_view in Date 6

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

Display a summary version of a view.

File

date/date.theme, line 161
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);
}