You are here

function bg_image_formatter_theme in Background Images Formatter 7.2

Implements hook_theme().

File

./bg_image_formatter.module, line 13

Code

function bg_image_formatter_theme($existing, $type, $theme, $path) {
  return array(
    'bg_image_formatter_inline' => array(
      'render element' => 'element',
      'template' => 'bg-image-formatter-inline',
      'path' => $path . '/templates',
    ),
  );
}