You are here

function flickrgallery_wrapper_albums in FlickrGallery 7.2

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

File

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

Code

function flickrgallery_wrapper_albums() {
  return theme('flickrgallery_wrapper_albums', array());
}