video-play-flv.tpl.php in Video 7.2
Same filename and directory in other branches
1 theme call to video-play-flv.tpl.php
- theme_video_flv in ./
video.theme.inc - Theme wraper on Flash play on 3rd party
File
theme/video-play-flv.tpl.phpView source
<?php
/**
* @file
* Theme file to handle flv output.
*
* Variables passed.
* $item is the video object.
* $themed_output is the rendered html.
*/
print $themed_output;