]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/defaultlocalnav.php
Localisation updates from http://translatewiki.net.
[quix0rs-gnu-social.git] / lib / defaultlocalnav.php
index 93eaf73393cc4f71a2fa14f607a760f276732305..7af3c9673f68508473b1dc34766974d4acfaaa2f 100644 (file)
@@ -54,11 +54,8 @@ class DefaultLocalNav extends Menu
         $user = common_current_user();
 
         if (!empty($user)) {
-            $pn = new PersonalGroupNav($this->action, $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);