diff options
Diffstat (limited to 'views/default/search/gallery_listing.php')
-rw-r--r-- | views/default/search/gallery_listing.php | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/views/default/search/gallery_listing.php b/views/default/search/gallery_listing.php deleted file mode 100644 index 900b22832..000000000 --- a/views/default/search/gallery_listing.php +++ /dev/null @@ -1,32 +0,0 @@ -<?php
-/**
- * Elgg search listing: gallery view
- *
- * @package Elgg
- * @subpackage Core - * @author Curverider Ltd - * @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 |