You are here

function template_process_uikit_view_list in UIkit Components 7.3

Same name and namespace in other branches
  1. 7.2 uikit_views/templates/uikit_views.theme.inc \template_process_uikit_view_list()

File

uikit_views/templates/uikit_views.theme.inc, line 155
Preprocessors and helper functions to make theming easier.

Code

function template_process_uikit_view_list(&$variables) {
  $variables['list_attributes'] = drupal_attributes($variables['list_attributes_array']);
  $variables['wrapper_attributes'] = drupal_attributes($variables['wrapper_attributes_array']);
}