diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-05-28 15:56:17 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-05-28 15:56:17 +0000 |
commit | 6dbed45409a53f375e7c2b2934c41be34766f0b6 (patch) | |
tree | cd7b43e1541e23050e0a10c88aeff31b6c9b4738 /views/default/group/search | |
parent | b7ae2062b48055b23176000691fe454f6f67f5e9 (diff) | |
download | elgg-6dbed45409a53f375e7c2b2934c41be34766f0b6.tar.gz elgg-6dbed45409a53f375e7c2b2934c41be34766f0b6.tar.bz2 |
Refs #965: Correct some search links.
git-svn-id: https://code.elgg.org/elgg/trunk@3309 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/group/search')
-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");
|