aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--views/default/group/search/finishblurb.php2
-rw-r--r--views/default/user/search/finishblurb.php2
2 files changed, 2 insertions, 2 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");
diff --git a/views/default/user/search/finishblurb.php b/views/default/user/search/finishblurb.php
index f2ece2db0..c0f27437a 100644
--- a/views/default/user/search/finishblurb.php
+++ b/views/default/user/search/finishblurb.php
@@ -3,7 +3,7 @@
if ($vars['count'] > $vars['threshold']) {
?>
-<div class="contentWrapper"><a href="<?php echo $vars['url']; ?>search/users.php?tag=<?php echo urlencode($vars['tag']); ?>"><?php
+<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");