diff --git a/includes/themes/media_youtube.theme.inc b/includes/themes/media_youtube.theme.inc index 09fbe6f..1bb2361 100644 --- a/includes/themes/media_youtube.theme.inc +++ b/includes/themes/media_youtube.theme.inc @@ -25,21 +25,14 @@ function media_youtube_preprocess_media_youtube_video(&$variables) { $variables['wrapper_id'] = 'media_youtube_' . $variables['video_id'] . '_' . $variables['id']; - // For users with JavaScript, these object and embed tags will be replaced + // For users with JavaScript, these object and embed tags will be replaced // by an iframe, so that we can support users without Flash. - $variables['output'] = ''; - $variables['output'] .= ''; - $variables['output'] .= ''; - $variables['output'] .= ''; - $variables['output'] .= ''; - $variables['output'] .= ''; - $variables['output'] = << - '; + ' OUTPUT;