You are here

function theme_flickr_block_photoset in Flickr 6

Same name and namespace in other branches
  1. 5 block/flickr_block.module \theme_flickr_block_photoset()
1 theme call to theme_flickr_block_photoset()
_flickr_block_photosets in block/flickr_block.module

File

block/flickr_block.module, line 692

Code

function theme_flickr_block_photoset($photoset, $owner, $size) {
  return theme('flickr_photoset', $photoset, $owner, $size);
}