You are here

function imagefield_zoom_theme in Image Field Zoom 8

Implementation of hook_theme().

File

./imagefield_zoom.module, line 11
Imagefield Zoom module.

Code

function imagefield_zoom_theme() {
  return array(
    'imagefield_zoom' => array(
      'variables' => array(
        'images' => NULL,
      ),
      'template' => 'imagefield-zoom',
    ),
  );
}