You are here

function flickrgallery_albums in FlickrGallery 6.2

4 string references to 'flickrgallery_albums'
flickrgallery_menu in ./flickrgallery.module
Implementation of hook_menu()
flickrgallery_settings_form in ./flickrgallery.module
flickrgallery_uninstall in ./flickrgallery.install
Implementation of hook_uninstall().
theme_flickrgallery_albums in ./flickrgallery.module

File

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

Code

function flickrgallery_albums() {
  return theme('flickrgallery_albums');
}