You are here

function image_custom_formatters_theme_alter in Custom Formatters 7.2

Implements hook_custom_formatters_theme_alter().

File

includes/image.inc, line 11
Image module integration.

Code

function image_custom_formatters_theme_alter(&$theme) {
  $theme['custom_formatters_image_styles'] = array(
    'render element' => 'element',
    'file' => 'includes/image.inc',
  );
}