aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeshan <heshan@heidisoft.com>2011-04-21 19:36:24 +0530
committerHeshan <heshan@heidisoft.com>2011-04-21 19:36:24 +0530
commit84d815a3aa05e6887f598491cc9864d80bdfc0fb (patch)
treee02078b91f85a8d14c7c6d5e891562b7e37e8054
parent40e998a2d1e266504ea8f5f18b125c5d28bef76a (diff)
downloadvideo-84d815a3aa05e6887f598491cc9864d80bdfc0fb.tar.gz
video-84d815a3aa05e6887f598491cc9864d80bdfc0fb.tar.bz2
#1122142 by anglo video word on top of the video
-rw-r--r--video.theme.inc2
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));