aboutsummaryrefslogtreecommitdiff
path: root/mod/embed/views/default/embed/layouts/gallery.php
diff options
context:
space:
mode:
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-06-03 14:38:18 +0000
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-06-03 14:38:18 +0000
commitd56c072a940ef3084e6d47b45f62767c939cf5b8 (patch)
treed0761c60a5ce8a1101f0cc7d5c610b78939bc992 /mod/embed/views/default/embed/layouts/gallery.php
parent7d01d0bab8b077ed2367a823a1a8d25d676a43da (diff)
downloadelgg-d56c072a940ef3084e6d47b45f62767c939cf5b8.tar.gz
elgg-d56c072a940ef3084e6d47b45f62767c939cf5b8.tar.bz2
Moved most of the logic for embed viewing into a single place.
Added gallery support (still no CSS). git-svn-id: http://code.elgg.org/elgg/trunk@6339 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.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/mod/embed/views/default/embed/layouts/gallery.php b/mod/embed/views/default/embed/layouts/gallery.php
index b3d9bbc7f..9a923b8a1 100644
--- a/mod/embed/views/default/embed/layouts/gallery.php
+++ b/mod/embed/views/default/embed/layouts/gallery.php
@@ -1 +1,11 @@
<?php
+/**
+ * Embed - Gallery items
+ *
+ * @uses string $vars['content'] Pre-formatted content.
+ *
+ */
+
+$content = elgg_get_array_value('content', $vars, '');
+
+echo $content; \ No newline at end of file