function flickrgallery_theme in FlickrGallery 6.2
Same name and namespace in other branches
- 7.3 flickrgallery.module \flickrgallery_theme()
- 7 flickrgallery.module \flickrgallery_theme()
- 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',
),
);
}