aboutsummaryrefslogtreecommitdiff
path: root/views/default/group/search/finishblurb.php
blob: caee030b704e708fe31a81de447d8f25d661b31e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php

	if ($vars['count'] > $vars['threshold']) {

?>
<div class="contentWrapper"><a href="<?php echo $vars['url']; ?>pg/search/groups/?tag=<?php echo urlencode($vars['tag']); ?>"><?php 
	
		echo elgg_echo("group:search:finishblurb"); 
	
	?></a></div>
<?php

	}

?>