From: rabuzarus <> Date: Wed, 20 Apr 2016 19:10:39 +0000 (+0200) Subject: contact page: show a forum symbol if contact is a forum X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=438427ebf497d72acffdd86aaf3af04f2a2f5459;p=friendica.git contact page: show a forum symbol if contact is a forum --- diff --git a/templates/contact_template.tpl b/templates/contact_template.tpl index 31d7971ac3..a04d8156fc 100644 --- a/templates/contact_template.tpl +++ b/templates/contact_template.tpl @@ -41,6 +41,8 @@

{{$contact.name}} {{if $contact.account_type}} ({{$contact.account_type}}){{/if}} + {{if $contact.account_type == 'Forum'}}{{/if}} + {{* @todo this needs some changing in core because $contact.account_type contains a translated string which may notbe the same in every language *}}

{{if $contact.alt_text}}
{{$contact.alt_text}}
{{/if}}