forked from GNUsocial/gnu-social
		
	remove more groupnav
This commit is contained in:
		@@ -457,10 +457,4 @@ class GrouplogoAction extends GroupAction
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
        $this->autofocus('avatarfile');
 | 
					        $this->autofocus('avatarfile');
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					 | 
				
			||||||
    function showObjectNav()
 | 
					 | 
				
			||||||
    {
 | 
					 | 
				
			||||||
        $nav = new GroupNav($this, $this->group);
 | 
					 | 
				
			||||||
        $nav->show();
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -132,12 +132,6 @@ class GroupqueueAction extends GroupAction
 | 
				
			|||||||
                       _('A list of users awaiting approval to join this group.'));
 | 
					                       _('A list of users awaiting approval to join this group.'));
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    function showObjectNav()
 | 
					 | 
				
			||||||
    {
 | 
					 | 
				
			||||||
        $nav = new GroupNav($this, $this->group);
 | 
					 | 
				
			||||||
        $nav->show();
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    function showContent()
 | 
					    function showContent()
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
        $offset = ($this->page-1) * PROFILES_PER_PAGE;
 | 
					        $offset = ($this->page-1) * PROFILES_PER_PAGE;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user