diff options
Diffstat (limited to 'views/default/user/search/finishblurb.php')
| -rw-r--r-- | views/default/user/search/finishblurb.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/views/default/user/search/finishblurb.php b/views/default/user/search/finishblurb.php index e58b1252d..a3878a803 100644 --- a/views/default/user/search/finishblurb.php +++ b/views/default/user/search/finishblurb.php @@ -2,8 +2,6 @@ /** * @package Elgg * @subpackage Core - * @author Curverider Ltd - * @link http://elgg.org/ * @deprecated 1.7 */ @@ -12,7 +10,7 @@ elgg_deprecated_notice('view user/search/finishblurb was deprecated.', 1.7); if ($vars['count'] > $vars['threshold']) { ?> -<a href="<?php echo $vars['url']; ?>pg/search/users/?tag=<?php echo urlencode($vars['tag']); ?>"><?php +<a href="<?php echo elgg_get_site_url(); ?>search/users?tag=<?php echo urlencode($vars['tag']); ?>"><?php echo elgg_echo("user:search:finishblurb"); ?></a> <?php |
