function theme_date_views_browser_summary_view in Date 6
Same name and namespace in other branches
- 5.2 date/date.theme \theme_date_views_browser_summary_view()
- 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);
}