You are here

media-vimeo.tpl.php in Media: Vimeo 6

media_vimeo/themes/media-vimeo.tpl.php

The template file for theme_media_vimeo.

The output for this will be determined by either theme('media_vimeo_universal') or theme('media_vimeo_flash').

File

themes/media-vimeo.tpl.php
View source
<?php

/**
 * @file media_vimeo/themes/media-vimeo.tpl.php
 *
 * The template file for theme_media_vimeo.
 *
 * The output for this will be determined by either
 * theme('media_vimeo_universal') or theme('media_vimeo_flash').
 */
?>
<div id="media-vimeo-<?php

print $id;
?>" class="media-vimeo">
  <?php

print $output;
?>
</div>