aboutsummaryrefslogtreecommitdiff
path: root/views/default/search/gallery_listing.php
blob: 60bd699e3c200534f606866c49d33b802e0ab01c (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
33
34
35
<?php

	/**
	 * Elgg search listing: gallery view
	 * 
	 * @package Elgg
	 * @subpackage Core
	 * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
	 * @author Curverider Ltd
	 * @copyright Curverider Ltd 2008-2009
	 * @link http://elgg.org/
	 */

?>

	<div class="search_listing">
	
		<div class="search_listing_header">
			
				<?php
	
					echo $vars['icon'];
				
				?>
			
		</div>
		<div class="search_listing_info">
			<?php

				echo $vars['info'];
			
			?>
		</div>		
	
	</div>