function flickrgallery_set in FlickrGallery 6.2
Same name and namespace in other branches
- 7.3 includes/flickrgallery.pages.inc \flickrgallery_set()
- 7 flickrgallery.module \flickrgallery_set()
- 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));
}