aboutsummaryrefslogtreecommitdiff
path: root/mod/embed/views/default/embed/layouts/gallery.php
diff options
context:
space:
mode:
authorewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-02-22 08:19:21 +0000
committerewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-02-22 08:19:21 +0000
commitf8797c313b9500e5d6af512786412601d7d641f0 (patch)
treeb396ed3b3ae7c261d75983c948ccf8b23d402f42 /mod/embed/views/default/embed/layouts/gallery.php
parent50f05d7dfd51fb1b130fff48b12cf3b3bdf36c17 (diff)
downloadelgg-f8797c313b9500e5d6af512786412601d7d641f0.tar.gz
elgg-f8797c313b9500e5d6af512786412601d7d641f0.tar.bz2
Touch ups for the embed plugin -- this one needs some serious work still, though...
git-svn-id: http://code.elgg.org/elgg/trunk@8425 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/embed/views/default/embed/layouts/gallery.php')
-rw-r--r--mod/embed/views/default/embed/layouts/gallery.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/mod/embed/views/default/embed/layouts/gallery.php b/mod/embed/views/default/embed/layouts/gallery.php
index 5ef564017..70b6d33a5 100644
--- a/mod/embed/views/default/embed/layouts/gallery.php
+++ b/mod/embed/views/default/embed/layouts/gallery.php
@@ -7,6 +7,4 @@
*/
$active_section = elgg_extract('section', $vars, array());
-$content = "<div class='embed_modal_".$active_section."'>" . elgg_extract('content', $vars, '') . "</div>";
-
-echo $content; \ No newline at end of file
+echo "<div class='embed_modal_$active_section'>" . elgg_extract('content', $vars, '') . "</div>";