You are here

function flickrgallery_theme in FlickrGallery 6.2

Same name and namespace in other branches
  1. 7.3 flickrgallery.module \flickrgallery_theme()
  2. 7 flickrgallery.module \flickrgallery_theme()
  3. 7.2 flickrgallery.module \flickrgallery_theme()

Implementation of hook_theme()

File

./flickrgallery.module, line 158
This module shows the sets and photo's from a Flickr account

Code

function flickrgallery_theme() {
  return array(
    'flickrgallery_albums' => array(),
    'flickrgallery_set' => array(
      'arguments' => 'set',
    ),
  );
}