don't show full profile menu all the time

This commit is contained in:
Evan Prodromou
2011-03-01 16:35:25 -05:00
parent 64a1c9e376
commit c4b53b4aef
2 changed files with 6 additions and 3 deletions

View File

@@ -56,9 +56,6 @@ class DefaultLocalNav extends Menu
if (!empty($user)) {
$pn = new PersonalGroupNav($this->action);
$this->submenu(_m('Home'), $pn);
$sn = new SubGroupNav($this->action, $user);
$this->submenu(_m('Profile'), $sn);
}
$bn = new PublicGroupNav($this->action);