diff options
Diffstat (limited to 'theme/video-play-flv.tpl.php')
-rw-r--r-- | theme/video-play-flv.tpl.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/video-play-flv.tpl.php b/theme/video-play-flv.tpl.php index 418fec2..5779eae 100644 --- a/theme/video-play-flv.tpl.php +++ b/theme/video-play-flv.tpl.php @@ -10,5 +10,5 @@ * $themed_output is the rendered html. * */ -echo ($variables['themed_output']->themed_output); +print $themed_output; ?>
\ No newline at end of file |