You are here

function galleryformatter_theme in Gallery formatter 6

Same name and namespace in other branches
  1. 8 galleryformatter.module \galleryformatter_theme()
  2. 7 galleryformatter.module \galleryformatter_theme()

Implementation of hook_theme().

File

./galleryformatter.module, line 112

Code

function galleryformatter_theme() {
  return array(
    'galleryformatter_formatter_galleryformatter_default' => array(
      'arguments' => array(
        'element' => NULL,
      ),
      'template' => 'theme/galleryformatter',
      'file' => 'includes/galleryformatter.theme.inc',
    ),
  );
}