]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
remove group nav
authorEvan Prodromou <evan@status.net>
Sat, 27 Aug 2011 20:13:04 +0000 (16:13 -0400)
committerEvan Prodromou <evan@status.net>
Sat, 27 Aug 2011 20:13:04 +0000 (16:13 -0400)
actions/blockedfromgroup.php
actions/editgroup.php

index 07ed41e4142642d76f27b17aafeb53751915be26..caf3911d7d6615f9f96376b40d75e1a8ce0d156f 100644 (file)
@@ -122,12 +122,6 @@ class BlockedfromgroupAction extends GroupAction
                        _('A list of the users blocked from joining this group.'));
     }
 
-    function showObjectNav()
-    {
-        $nav = new GroupNav($this, $this->group);
-        $nav->show();
-    }
-
     function showContent()
     {
         $offset = ($this->page-1) * PROFILES_PER_PAGE;
index 8405dbe2927180a541cf715431c80c98dcaf6b55..35dd25b896fbedecb7c1476b2acb457beeeffad7 100644 (file)
@@ -139,12 +139,6 @@ class EditgroupAction extends GroupAction
         $this->showPage();
     }
 
-    function showObjectNav()
-    {
-        $nav = new GroupNav($this, $this->group);
-        $nav->show();
-    }
-
     function showContent()
     {
         $form = new GroupEditForm($this, $this->group);