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