function theme_flickr_block_photoset in Flickr 6
Same name and namespace in other branches
- 5 block/flickr_block.module \theme_flickr_block_photoset()
1 theme call to theme_flickr_block_photoset()
File
- block/
flickr_block.module, line 692
Code
function theme_flickr_block_photoset($photoset, $owner, $size) {
return theme('flickr_photoset', $photoset, $owner, $size);
}