X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fpeopletagsection.php;h=09953945160833adc519d10920d44f13cbecc2d0;hb=035aae2745e25d44ab9fe1b7bdffbcaa505ba970;hp=ccceb71a63475d7ced1323eb7c4ab610039bac8e;hpb=e47a2a3bcae95609b277983357cec8e6f713216b;p=quix0rs-gnu-social.git diff --git a/lib/peopletagsection.php b/lib/peopletagsection.php index ccceb71a63..0995394516 100644 --- a/lib/peopletagsection.php +++ b/lib/peopletagsection.php @@ -48,6 +48,8 @@ define('PEOPLETAGS_PER_SECTION', 6); */ class PeopletagSection extends Section { + protected $avatarSize = AVATAR_MINI_SIZE; + function showContent() { $tags = $this->getPeopletags(); @@ -135,9 +137,4 @@ class PeopletagSectionItem extends PeopletagListItem htmlspecialchars($this->peopletag->tag)); $this->out->elementEnd('span'); } - - function showAvatar() - { - parent::showAvatar(AVATAR_MINI_SIZE); - } }