diff options
author | Heshan <heshan@heidisoft.com> | 2011-04-21 19:36:24 +0530 |
---|---|---|
committer | Heshan <heshan@heidisoft.com> | 2011-04-21 19:36:24 +0530 |
commit | 84d815a3aa05e6887f598491cc9864d80bdfc0fb (patch) | |
tree | e02078b91f85a8d14c7c6d5e891562b7e37e8054 | |
parent | 40e998a2d1e266504ea8f5f18b125c5d28bef76a (diff) | |
download | video-84d815a3aa05e6887f598491cc9864d80bdfc0fb.tar.gz video-84d815a3aa05e6887f598491cc9864d80bdfc0fb.tar.bz2 |
#1122142 by anglo video word on top of the video
-rw-r--r-- | video.theme.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/video.theme.inc b/video.theme.inc index c5b1d7e..83ddbc2 100644 --- a/video.theme.inc +++ b/video.theme.inc @@ -223,7 +223,7 @@ function theme_video_flv($variables) { function theme_video_html5($variables) { $themed_output = NULL; $video = $variables['video']; - echo $video->html5_player = variable_get('video_extension_' . $video->player . '_html5_player', ''); + $video->html5_player = variable_get('video_extension_' . $video->player . '_html5_player', ''); switch ($video->html5_player) { case 'video': return theme('video_play_html5', array('video' => $video, 'themed_output' => $themed_output)); |