You are here

media-flickr-photoset.tpl.php in Media: Flickr 7.2

Same filename and directory in other branches
  1. 7 themes/media-flickr-photoset.tpl.php

Template file for theme('media_flickr_photoset').

File

themes/media-flickr-photoset.tpl.php
View source
<?php

/**
 * @file
 * Template file for theme('media_flickr_photoset').
 */
?>

<object width="<?php

print $width;
?>" height="<?php

print $height;
?>">
  <param name="flashvars" value="<?php

print $flashvars;
?>"></param>
  <param name="movie"
    value="https://www.flickr.com/apps/slideshow/show.swf?v=104087">
  </param>
  <param name="allowFullScreen" value="true"></param>
  <embed type="application/x-shockwave-flash"
    src="https://www.flickr.com/apps/slideshow/show.swf?v=104087"
    allowFullScreen="true"
    flashvars="<?php

print $flashvars;
?>"
    width="<?php

print $width;
?>"
    height="<?php

print $height;
?>">
  </embed>
</object>