aboutsummaryrefslogtreecommitdiff
path: root/views/default/group/search/finishblurb.php
blob: f802282e73807e02dda00622a41fafec25faf0ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?php
/**
 * @package Elgg
 * @subpackage Core
 * @deprecated 1.7
 */
elgg_deprecated_notice('view groups/search/finishblurb was deprecated.', 1.7);

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
}