aboutsummaryrefslogtreecommitdiff
path: root/mod/embed/views/default/embed/layouts/gallery.php
diff options
context:
space:
mode:
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, 0 insertions, 10 deletions
diff --git a/mod/embed/views/default/embed/layouts/gallery.php b/mod/embed/views/default/embed/layouts/gallery.php
deleted file mode 100644
index 70b6d33a5..000000000
--- a/mod/embed/views/default/embed/layouts/gallery.php
+++ /dev/null
@@ -1,10 +0,0 @@
-<?php
-/**
- * Embed - Gallery items
- *
- * @uses string $vars['content'] Pre-formatted content.
- *
- */
-$active_section = elgg_extract('section', $vars, array());
-
-echo "<div class='embed_modal_$active_section'>" . elgg_extract('content', $vars, '') . "</div>";