You are here

function responsive_preview_preprocess_item_list__responsive_preview in Responsive Theme Preview 8

Provide processing of "item_list".

Parameters

array $variables: An associative array.

See also

template_preprocess_item_list()

File

./responsive_preview.module, line 55
Provides a component that previews the a page in various device dimensions.

Code

function responsive_preview_preprocess_item_list__responsive_preview(array &$variables) {
  template_preprocess_item_list($variables);
}