summaryrefslogtreecommitdiff
path: root/lib/publicgroupnav.php
diff options
context:
space:
mode:
authorsarven <csarven@plantard.controlezvous.ca>2009-01-23 02:43:55 +0000
committersarven <csarven@plantard.controlezvous.ca>2009-01-23 02:43:55 +0000
commit8ba19b0686bc4f616e506ab387eb287ae95226df (patch)
tree06160115a9e52ced2d15bf97a54bebddf2c20d8d /lib/publicgroupnav.php
parent0daf242100925396aad4cc9fea5de0de2ec98ce8 (diff)
parentba3b82c5638ba01fa0da6c9025ba2a4b852e66af (diff)
Merge branch 'master' of ../trunk
Diffstat (limited to 'lib/publicgroupnav.php')
-rw-r--r--lib/publicgroupnav.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/publicgroupnav.php b/lib/publicgroupnav.php
index 8dd97a3b7..d72475e20 100644
--- a/lib/publicgroupnav.php
+++ b/lib/publicgroupnav.php
@@ -76,6 +76,9 @@ 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('groups'), _('Groups'),
+ _('User groups'), $action_name == 'groups', 'nav_groups');
+
$this->out->menuItem(common_local_url('publictagcloud'), _('Recent tags'),
_('Recent tags'), $action_name == 'publictagcloud', 'nav_recent-tags');