From 4eec79d159516ae3c2530fd72e805a0b4905a9e3 Mon Sep 17 00:00:00 2001 From: Pete Harris Date: Mon, 19 Apr 2010 18:06:55 +0000 Subject: Updated object and embed tags for embedded video, so Elgg UI elements (tools menu, avatar menu, likes user list etc) appear above embedded video. --- views/default/object/watch.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 .= ""; -- cgit v1.2.3