aboutsummaryrefslogtreecommitdiff
path: root/mod/thewire/pages/tag.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/thewire/pages/tag.php')
-rw-r--r--mod/thewire/pages/tag.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/thewire/pages/tag.php b/mod/thewire/pages/tag.php
index 7e62a33de..53f9e9db9 100644
--- a/mod/thewire/pages/tag.php
+++ b/mod/thewire/pages/tag.php
@@ -5,10 +5,10 @@
$tag = get_input('tag');
if (!$tag) {
- forward('pg/thewire/all');
+ forward('thewire/all');
}
-elgg_push_breadcrumb(elgg_echo('thewire'), 'pg/thewire/all');
+elgg_push_breadcrumb(elgg_echo('thewire'), 'thewire/all');
elgg_push_breadcrumb('#' . $tag);
// remove # from tag