From 438427ebf497d72acffdd86aaf3af04f2a2f5459 Mon Sep 17 00:00:00 2001 From: rabuzarus <> Date: Wed, 20 Apr 2016 21:10:39 +0200 Subject: [PATCH] contact page: show a forum symbol if contact is a forum --- templates/contact_template.tpl | 2 ++ 1 file changed, 2 insertions(+) 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}}