blob: c895c8d7ffc528657bd438c895ac12806a944758 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<?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;
?>
|