From: Pete Harris Date: Mon, 19 Apr 2010 18:06:55 +0000 (+0000) Subject: Updated object and embed tags for embedded video, so Elgg UI elements (tools menu... X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=4eec79d159516ae3c2530fd72e805a0b4905a9e3;p=lorea%2Felgg.git Updated object and embed tags for embedded video, so Elgg UI elements (tools menu, avatar menu, likes user list etc) appear above embedded video. --- diff --git a/views/default/object/watch.php b/views/default/object/watch.php index 165dc6c39..ab1f28727 100644 --- a/views/default/object/watch.php +++ b/views/default/object/watch.php @@ -26,16 +26,16 @@ if(isset($vars['entity'])) { elgg_view_likes($videos); // include likes if ($videos->videotype == "youtube") { - $videodiv .= "
"; + $videodiv .= "
"; } else if($videos->videotype == "metacafe"){ $videoid_id = $videoid; $path = explode("/", $videos->thumbnail); $path = array_reverse($path); $thumbnailArray = explode(".", $path[0]); $videoid = $videoid_id."/".$thumbnailArray[0].".swf"; - $videodiv .= "
"; + $videodiv .= "
"; } else if($videos->videotype == "vimeo") { - $videodiv .= "
"; + $videodiv .= "
"; } $videodiv .= "";