]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Refs #965: Correct some search links.
authormarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>
Thu, 28 May 2009 15:56:17 +0000 (15:56 +0000)
committermarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>
Thu, 28 May 2009 15:56:17 +0000 (15:56 +0000)
git-svn-id: https://code.elgg.org/elgg/trunk@3309 36083f99-b078-4883-b0ff-0f9b5a30f544

views/default/group/search/finishblurb.php
views/default/user/search/finishblurb.php

index af3ba3fd258f5358eef5f1b4135f961a4e3d409b..caee030b704e708fe31a81de447d8f25d661b31e 100644 (file)
@@ -3,7 +3,7 @@
        if ($vars['count'] > $vars['threshold']) {\r
 \r
 ?>\r
-<div class="contentWrapper"><a href="<?php echo $vars['url']; ?>search/groups.php?tag=<?php echo urlencode($vars['tag']); ?>"><?php \r
+<div class="contentWrapper"><a href="<?php echo $vars['url']; ?>pg/search/groups/?tag=<?php echo urlencode($vars['tag']); ?>"><?php \r
        \r
                echo elgg_echo("group:search:finishblurb"); \r
        \r
index f2ece2db0b4095d47e591081c2102772087c78e1..c0f27437a13df3098cb8be4f0da05d653a6ba08e 100644 (file)
@@ -3,7 +3,7 @@
        if ($vars['count'] > $vars['threshold']) {\r
 \r
 ?>\r
-<div class="contentWrapper"><a href="<?php echo $vars['url']; ?>search/users.php?tag=<?php echo urlencode($vars['tag']); ?>"><?php \r
+<div class="contentWrapper"><a href="<?php echo $vars['url']; ?>pg/search/users?tag=<?php echo urlencode($vars['tag']); ?>"><?php \r
        \r
                echo elgg_echo("user:search:finishblurb"); \r
        \r