You are here

function flickrgallery_set in FlickrGallery 6.2

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

File

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

Code

function flickrgallery_set() {
  return theme('flickrgallery_set', arg(2));
}