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