aboutsummaryrefslogtreecommitdiff
path: root/theme/video-play-flv.tpl.php
diff options
context:
space:
mode:
authorHeshan <heshan@heidisoft.com>2011-03-18 14:27:47 +0530
committerHeshan <heshan@heidisoft.com>2011-03-18 14:27:47 +0530
commit797aef53344791c484e5568a1a4a639301ed262f (patch)
treebf816245bb84d26b82e527b3027b0ca6d5ac8122 /theme/video-play-flv.tpl.php
parent69927fc15c744bd3602fe7d404af6a80130a1ce9 (diff)
downloadvideo-797aef53344791c484e5568a1a4a639301ed262f.tar.gz
video-797aef53344791c484e5568a1a4a639301ed262f.tar.bz2
Flowplayer support with Flash play
Diffstat (limited to 'theme/video-play-flv.tpl.php')
-rw-r--r--theme/video-play-flv.tpl.php9
1 files changed, 5 insertions, 4 deletions
diff --git a/theme/video-play-flv.tpl.php b/theme/video-play-flv.tpl.php
index c895c8d..418fec2 100644
--- a/theme/video-play-flv.tpl.php
+++ b/theme/video-play-flv.tpl.php
@@ -1,13 +1,14 @@
-<?php
+<?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;
+echo ($variables['themed_output']->themed_output);
?> \ No newline at end of file