aboutsummaryrefslogtreecommitdiff
path: root/views/default/entities/gallery_listing.php
blob: 5421bcecb75b5554ee0fce61dbcc98b52e99843a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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>