]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/groupmembers.php
Merge commit 'jeff-themovie/group-rss-empty' into 0.8.x
[quix0rs-gnu-social.git] / actions / groupmembers.php
index d132cdf9670512d5f5083a713726af77b014d90b..14256526a059453bf887ab819fbedf00cf511b48 100644 (file)
@@ -167,6 +167,15 @@ class GroupMemberListItem extends ProfileListItem
         $this->group = $group;
     }
 
+    function showFullName()
+    {
+        parent::showFullName();
+        if ($this->profile->isAdmin($this->group)) {
+            $this->out->text(' ');
+            $this->out->element('span', 'role', _('Admin'));
+        }
+    }
+
     function showActions()
     {
         $this->startActions();