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