You are here

function flickrgallery_set in FlickrGallery 7.2

Same name and namespace in other branches
  1. 6.2 flickrgallery.module \flickrgallery_set()
  2. 7.3 includes/flickrgallery.pages.inc \flickrgallery_set()
  3. 7 flickrgallery.module \flickrgallery_set()
1 string reference to 'flickrgallery_set'
flickrgallery_menu in ./flickrgallery.module
Implements hook_menu().

File

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

Code

function flickrgallery_set($set_id = null) {
  return theme('flickrgallery_set', array(
    'set_id' => $set_id,
  ));
}