You are here

function facebook_album_ajax_get_albums in Facebook Album 7.2

Same name and namespace in other branches
  1. 7.3 facebook_album.module \facebook_album_ajax_get_albums()

Fetch first set of albums specified in the settings menu

Return value

mixed A json object containing html template

1 string reference to 'facebook_album_ajax_get_albums'
facebook_album_menu in ./facebook_album.module
Implements menu_hook()

File

./facebook_album.module, line 184

Code

function facebook_album_ajax_get_albums() {
  return facebook_album_ajax_get_albums_next(null);
}