You are here

function template_preprocess_node_gallery_sort_images_grid_item in Node Gallery 6.3

Same name and namespace in other branches
  1. 7 theme/theme.inc \template_preprocess_node_gallery_sort_images_grid_item()

Imports the image properties into the variables namespace for easier theming.

Parameters

<type> $variables:

File

theme/theme.inc, line 142
Node gallery theme functions

Code

function template_preprocess_node_gallery_sort_images_grid_item(&$variables) {
  $variables += $variables['image'];
}