You are here

function template_preprocess_node_gallery_sort_images_grid_item in Node Gallery 7

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

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

File

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

Code

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