aboutsummaryrefslogtreecommitdiff
path: root/views/default/user/search/finishblurb.php
blob: 2b44c3dfccd45354ac370eddc4e61b1cf8e2991b (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/users/?tag=<?php echo urlencode($vars['tag']); ?>"><?php 
	
		echo elgg_echo("user:search:finishblurb"); 
	
	?></a></div>
<?php

	}

?>