You are here

function template_preprocess_imagefield_zoom in Image Field Zoom 8

Implements template_preprocess_imagefield_zoom().

Parameters

mixed $variables: Variables storage.

File

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

Code

function template_preprocess_imagefield_zoom(&$variables) {
  $variables['#attached']['library'][] = 'imagefield_zoom/zoom';
}