You are here

function scald_galleria_theme in Scald: Gallery 7.2

Implements hook_theme().

File

scald_galleria/scald_galleria.module, line 10
Scald Galleria is a player for Scald Gallery.

Code

function scald_galleria_theme() {
  return array(
    'scald_galleria' => array(
      'variables' => array(
        'atom' => NULL,
        'images' => array(),
        'options' => '',
      ),
      'template' => 'scald_galleria',
    ),
  );
}