function theme_flickr_block_photo in Flickr 6
Same name and namespace in other branches
- 5 block/flickr_block.module \theme_flickr_block_photo()
8 theme calls to theme_flickr_block_photo()
- _flickr_block_favorite_public in block/
flickr_block.module - Favorites block.
- _flickr_block_group_random in block/
flickr_block.module - Random from group block.
- _flickr_block_group_recent in block/
flickr_block.module - _flickr_block_photoset_random in block/
flickr_block.module - _flickr_block_photoset_recent in block/
flickr_block.module - Recent from photoset block.
File
- block/
flickr_block.module, line 688
Code
function theme_flickr_block_photo($photo, $size = NULL) {
return theme('flickr_photo', $photo, $size);
}