You are here

function theme_flickr_block_photo in Flickr 5

Same name and namespace in other branches
  1. 6 block/flickr_block.module \theme_flickr_block_photo()
2 theme calls to theme_flickr_block_photo()
_flickr_block_random in block/flickr_block.module
_flickr_block_recent in block/flickr_block.module

File

block/flickr_block.module, line 194

Code

function theme_flickr_block_photo($p, $size = NULL) {
  return theme('flickr_photo', $p, $size);
}