aboutsummaryrefslogtreecommitdiff
path: root/views/default/output/tags.php
diff options
context:
space:
mode:
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-01-11 23:13:16 +0000
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-01-11 23:13:16 +0000
commit7b50dc3f875cda85c1e5356a7534ab6b21bbf009 (patch)
tree34de4c11bcb025d314602f8a13e87eeefee5ad7b /views/default/output/tags.php
parent23594f5a78f4557b183d5cc2a045b684cf32cc74 (diff)
downloadelgg-7b50dc3f875cda85c1e5356a7534ab6b21bbf009.tar.gz
elgg-7b50dc3f875cda85c1e5356a7534ab6b21bbf009.tar.bz2
Fixed tag output link for new search.
git-svn-id: http://code.elgg.org/elgg/trunk@3796 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/output/tags.php')
-rw-r--r--views/default/output/tags.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/views/default/output/tags.php b/views/default/output/tags.php
index f394d084f..1afc89d88 100644
--- a/views/default/output/tags.php
+++ b/views/default/output/tags.php
@@ -45,8 +45,8 @@ if (!empty($vars['tags'])) {
$type = "";
}
if (is_string($tag)) {
- $tagstr .= "<a rel=\"tag\" href=\"{$vars['url']}tag/".urlencode($tag) . "{$type}{$subtype}{$object}\">" . htmlentities($tag, ENT_QUOTES, 'UTF-8') . "</a>";
+ $tagstr .= "<a rel=\"tag\" href=\"{$vars['url']}pg/search/?q=".urlencode($tag) . "&search_type=tags{$type}{$subtype}{$object}\">" . htmlentities($tag, ENT_QUOTES, 'UTF-8') . "</a>";
}
}
echo $tagstr;
-} \ No newline at end of file
+}