aboutsummaryrefslogtreecommitdiff
path: root/views/default/entities/gallery_listing.php
blob: 505a91f0882021fbb4dedbe9285178dbed00a8d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?php
/**
 * Elgg entity listing: gallery view
 *
 * @package Elgg
 * @subpackage Core
 * @author Curverider Ltd
 * @link http://elgg.org/
 */

?>

<div class="gallery_listing clearfloat">
	<div class="gallery_listing_icon">
		<?php echo $vars['icon']; ?>
	</div>
	<div class="gallery_listing_info">
		<?php echo $vars['info']; ?>
	</div>
</div>