You are here

function theme_flickr_block_photoset in Flickr 5

Same name and namespace in other branches
  1. 6 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 198

Code

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