diff options
Diffstat (limited to 'views/default/search/gallery_listing.php')
| -rw-r--r-- | views/default/search/gallery_listing.php | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/views/default/search/gallery_listing.php b/views/default/search/gallery_listing.php deleted file mode 100644 index 60bd699e3..000000000 --- a/views/default/search/gallery_listing.php +++ /dev/null @@ -1,35 +0,0 @@ -<?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-2009
- * @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 |
