aboutsummaryrefslogtreecommitdiff
path: root/theme/video-play-flv.tpl.php
blob: 661ad047708dab6d3b7a1b52c6bd1f895f87c8a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php 
//$Id$
/*
 * @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;
?>