diff options
Diffstat (limited to 'views/default/entities/gallery_listing.php')
| -rw-r--r-- | views/default/entities/gallery_listing.php | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/views/default/entities/gallery_listing.php b/views/default/entities/gallery_listing.php deleted file mode 100644 index fbc6a1a3c..000000000 --- a/views/default/entities/gallery_listing.php +++ /dev/null @@ -1,32 +0,0 @@ -<?php -/** - * Elgg entity listing: gallery view - * - * @package Elgg - * @subpackage Core - * @author Curverider Ltd - * @link http://elgg.org/ - */ - -?> - -<div class="search_listing todo"> - - <div class="search_listing_header todo"> - - <?php - - echo $vars['icon']; - - ?> - - </div> - <div class="search_listing_info todo"> - <?php - - echo $vars['info']; - - ?> - </div> - -</div>
\ No newline at end of file |
