You are here

function flickrgallery_set in FlickrGallery 7

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.2 flickrgallery.module \flickrgallery_set()
1 string reference to 'flickrgallery_set'
flickrgallery_menu in ./flickrgallery.module
Implements hook_menu().

File

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

Code

function flickrgallery_set() {
  return theme('flickrgallery_set', array(
    'set_id' => arg(2),
  ));
}