aboutsummaryrefslogtreecommitdiff
path: root/views/default/entities/entity_listing.php
blob: 3d6c37f2f818910e59a663cae7e6a28f0432ef0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?php
/**
 * Elgg entity listing
 *
 * @package Elgg
 * @subpackage Core
 * @author Curverider Ltd
 * @link http://elgg.org/
 */
?>
<div class="entity_listing clearfloat">
	<div class="entity_listing_icon">
		<?php echo $vars['icon']; ?>
	</div>
	<div class="entity_listing_info">
		<?php echo $vars['info']; ?>
	</div>
</div>