You are here

function adaptive_image_theme in Adaptive Image 7

Implements hook_theme().

File

./adaptive_image.module, line 120
Adaptive Image - Adaptive images for Drupal

Code

function adaptive_image_theme() {
  return array(
    'adaptive_image_scale_summary' => array(
      'variables' => array(
        'data' => NULL,
      ),
    ),
  );
}