diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-01-22 20:51:23 +0000 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-01-22 20:51:23 +0000 |
commit | a6fd4eb0a3b22b21940e00251b8964e231036b40 (patch) | |
tree | 61be6ab41bd8e4fdf990c5d9c2ffd2a9ad2b7b26 | |
parent | 96bcfa49816c3b99e518d233b6c114d0965b3439 (diff) | |
parent | e33d80fe9dd4cd6e7e913157361311757a3265a3 (diff) |
Merge branch 'master' of /var/www/trunk
-rw-r--r-- | lib/searchgroupnav.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/searchgroupnav.php b/lib/searchgroupnav.php index 8ca5dd200..2a0f5a6ea 100644 --- a/lib/searchgroupnav.php +++ b/lib/searchgroupnav.php @@ -71,9 +71,9 @@ class SearchGroupNav extends Widget { $action_name = $this->action->trimmed('action'); $this->action->elementStart('ul', array('class' => 'nav')); - $this->out->menuItem(common_local_url('people'), _('People'), + $this->out->menuItem(common_local_url('peoplesearch'), _('People'), _('Find people on this site'), $action_name == 'peoplesearch', 'nav_search_people'); - $this->out->menuItem(common_local_url('notice'), _('Notice'), + $this->out->menuItem(common_local_url('noticesearch'), _('Notice'), _('Find content of notices'), $action_name == 'noticesearch', 'nav_search_notice'); $this->action->elementEnd('ul'); } |