From 79db73d4ac0f23e4177b712d0be98f92c289af01 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 21 Jan 2009 09:57:58 -0500 Subject: remove admin link from group page --- actions/showgroup.php | 8 -------- 1 file changed, 8 deletions(-) (limited to 'actions') diff --git a/actions/showgroup.php b/actions/showgroup.php index 5c72996bf..9dbad1127 100644 --- a/actions/showgroup.php +++ b/actions/showgroup.php @@ -268,14 +268,6 @@ class ShowgroupAction extends Action if ($cur->isMember($this->group)) { $lf = new LeaveForm($this, $this->group); $lf->show(); - if ($cur->isAdmin($this->group)) { - $edit = common_local_url('editgroup', - array('nickname' => $this->group->nickname)); - $this->element('a', - array('href' => $edit, - 'id' => 'group_admin'), - _('Admin')); - } } else { $jf = new JoinForm($this, $this->group); $jf->show(); -- cgit v1.2.3-54-g00ecf