aboutsummaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorHeshan <heshan@heidisoft.com>2011-03-19 00:33:50 +0530
committerHeshan <heshan@heidisoft.com>2011-03-19 00:33:50 +0530
commita43b5f2f08002e47bc575f5a4a4618ebebc3d9c6 (patch)
tree6552d0f616ed4680797a4f67829bc5e556359e32 /includes
parent797aef53344791c484e5568a1a4a639301ed262f (diff)
downloadvideo-a43b5f2f08002e47bc575f5a4a4618ebebc3d9c6.tar.gz
video-a43b5f2f08002e47bc575f5a4a4618ebebc3d9c6.tar.bz2
Updated the hook_theme and video themes, remove theme funcations to video.theme.inc and added HTML5 with Flash fallback with Flowplayer
Diffstat (limited to 'includes')
-rw-r--r--includes/video_helper.inc3
1 files changed, 0 insertions, 3 deletions
diff --git a/includes/video_helper.inc b/includes/video_helper.inc
index 9f3ae2e..dfbb29f 100644
--- a/includes/video_helper.inc
+++ b/includes/video_helper.inc
@@ -64,9 +64,6 @@ class video_helper {
$conversion->load_completed_job($video);
}
}
- // Let othere module to load the video files by referance
- // Moved to last to recheck incase we changed our extension above.
- $video->flash_player = variable_get('video_extension_' . $video->player . '_flash_player', '');
// Return our object
return $video;
}