You are here

function hover_preview_theme in Hover Preview for ImageCache 7

Same name and namespace in other branches
  1. 6 hover_preview.module \hover_preview_theme()

Implements hook_theme().

File

./hover_preview.module, line 196

Code

function hover_preview_theme() {
  return array(
    'hover_preview_image_formatter' => array(
      'variables' => array(
        'item' => NULL,
        'image' => NULL,
        'path' => NULL,
      ),
    ),
  );
}