summaryrefslogtreecommitdiff
path: root/lib/publicgroupnav.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-01-19 18:21:14 +0000
committerEvan Prodromou <evan@controlyourself.ca>2009-01-19 18:21:14 +0000
commit930f82a95170e05ad2d4fc079cc944d29521797d (patch)
tree9e6dd870f5542658c1c3ea0c8aff8038227e7d78 /lib/publicgroupnav.php
parent7c0286bfcc64525b85cafb68434f0689c03519bc (diff)
Update tag to use new framework
Broke up the tag action into two different actions (publictagcloud and tag). Brought it up-to-date with the new framework, but haven't fixed it for phpcs yet.
Diffstat (limited to 'lib/publicgroupnav.php')
-rw-r--r--lib/publicgroupnav.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/publicgroupnav.php b/lib/publicgroupnav.php
index 97b57ec17..8dd97a3b7 100644
--- a/lib/publicgroupnav.php
+++ b/lib/publicgroupnav.php
@@ -76,8 +76,8 @@ class PublicGroupNav extends Widget
$this->out->menuItem(common_local_url('public'), _('Public'),
_('Public timeline'), $action_name == 'public', 'nav_timeline_public');
- $this->out->menuItem(common_local_url('tag'), _('Recent tags'),
- _('Recent tags'), $action_name == 'tag', 'nav_recent-tags');
+ $this->out->menuItem(common_local_url('publictagcloud'), _('Recent tags'),
+ _('Recent tags'), $action_name == 'publictagcloud', 'nav_recent-tags');
if (count(common_config('nickname', 'featured')) > 0) {
$this->out->menuItem(common_local_url('featured'), _('Featured'),