diff options
Diffstat (limited to 'views/default/group')
-rw-r--r-- | views/default/group/search/finishblurb.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/default/group/search/finishblurb.php b/views/default/group/search/finishblurb.php index af3ba3fd2..caee030b7 100644 --- a/views/default/group/search/finishblurb.php +++ b/views/default/group/search/finishblurb.php @@ -3,7 +3,7 @@ if ($vars['count'] > $vars['threshold']) {
?>
-<div class="contentWrapper"><a href="<?php echo $vars['url']; ?>search/groups.php?tag=<?php echo urlencode($vars['tag']); ?>"><?php
+<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");
|