function facebook_album_ajax_get_album in Facebook Album 7.3
Same name and namespace in other branches
- 7.2 facebook_album.module \facebook_album_ajax_get_album()
Fetch the first set of photos from the specified album
Parameters
$id: The album id to fetch photos from
$delta: The Block delta for loading settings.
Return value
mixed A json object containing html template
1 string reference to 'facebook_album_ajax_get_album'
- facebook_album_menu in ./
facebook_album.module - Implements menu_hook()
File
- ./
facebook_album.module, line 327
Code
function facebook_album_ajax_get_album($id, $delta) {
return facebook_album_ajax_get_album_next($id, NULL, $delta);
}