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