From 84d815a3aa05e6887f598491cc9864d80bdfc0fb Mon Sep 17 00:00:00 2001 From: Heshan Date: Thu, 21 Apr 2011 19:36:24 +0530 Subject: #1122142 by anglo video word on top of the video --- video.theme.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); -- cgit v1.2.3