aboutsummaryrefslogtreecommitdiff
path: root/views/default/search/gallery_listing.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/search/gallery_listing.php')
-rw-r--r--views/default/search/gallery_listing.php35
1 files changed, 35 insertions, 0 deletions
diff --git a/views/default/search/gallery_listing.php b/views/default/search/gallery_listing.php
new file mode 100644
index 000000000..3ebda7940
--- /dev/null
+++ b/views/default/search/gallery_listing.php
@@ -0,0 +1,35 @@
+<?php
+
+ /**
+ * Elgg search listing: gallery view
+ *
+ * @package Elgg
+ * @subpackage Core
+ * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+ * @author Curverider Ltd
+ * @copyright Curverider Ltd 2008
+ * @link http://elgg.org/
+ */
+
+?>
+
+ <div class="search_listing">
+
+ <div class="search_listing_header">
+
+ <?php
+
+ echo $vars['icon'];
+
+ ?>
+
+ </div>
+ <div class="search_listing_info">
+ <?php
+
+ echo $vars['info'];
+
+ ?>
+ </div>
+
+ </div> \ No newline at end of file