aboutsummaryrefslogtreecommitdiff
path: root/theme/video-play-flv.tpl.php
blob: 418fec2c4e5de6322296987714dabc0546cdbb5c (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.
 *
 */
echo ($variables['themed_output']->themed_output);
?>