video-play-flv.tpl.php in Video 6.4
Same filename and directory in other branches
1 theme call to video-play-flv.tpl.php
- theme_video_flv in ./
video_formatter.inc - Callback to FLV
File
theme/video-play-flv.tpl.phpView source
<?php
/*
* @file
* Theme file to handle flv output.
*
* Variables passed.
* $video is the video object.
* $node is the node object.
* $themed_output is the rendered html.
*
*/
print $themed_output;