You are here

function template_preprocess_views_view_list in Views (for Drupal 7) 6.2

Same name and namespace in other branches
  1. 8.3 theme/theme.inc \template_preprocess_views_view_list()
  2. 6.3 theme/theme.inc \template_preprocess_views_view_list()
  3. 7.3 theme/theme.inc \template_preprocess_views_view_list()

Display the view as an HTML list element

File

theme/theme.inc, line 533
theme.inc

Code

function template_preprocess_views_view_list(&$vars) {
  template_preprocess_views_view_unformatted($vars);
}