X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fgrouplist.php;h=99bff9cdc031769b31e74960703111388148fcfe;hb=15a9c869794ea3948086afa5310696e1250d9a26;hp=cc734bdd0635a30d698a8735fb6c31f0ae2a7251;hpb=af5b2fff12d12b0e79edfbe7d5c28ec7fef196f3;p=quix0rs-gnu-social.git diff --git a/lib/grouplist.php b/lib/grouplist.php index cc734bdd06..99bff9cdc0 100644 --- a/lib/grouplist.php +++ b/lib/grouplist.php @@ -85,18 +85,18 @@ class GroupList extends Widget function showGroup() { - $this->out->elementStart('li', array('class' => 'profile', + $this->out->elementStart('li', array('class' => 'profile hentry', 'id' => 'group-' . $this->group->id)); $user = common_current_user(); - $this->out->elementStart('div', 'entity_profile vcard'); + $this->out->elementStart('div', 'entity_profile vcard entry-content'); $logo = ($this->group->stream_logo) ? $this->group->stream_logo : User_group::defaultLogo(AVATAR_STREAM_SIZE); $this->out->elementStart('a', array('href' => $this->group->homeUrl(), - 'class' => 'url', + 'class' => 'url entry-title', 'rel' => 'contact group')); $this->out->element('img', array('src' => $logo, 'class' => 'photo avatar',