X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=view%2Ftemplates%2Fcontact_template.tpl;h=06918533ca0ee4bcfcbbb33b194142b6d7683cc0;hb=c32fb1547f6a8ea008a7be68a2a2b2c901ca261e;hp=75f49653b0893cc1e055b8a33c66c2e09e2e405a;hpb=40790844920f8afe6b9c3bd33536091633c26bf9;p=friendica.git diff --git a/view/templates/contact_template.tpl b/view/templates/contact_template.tpl index 75f49653b0..06918533ca 100644 --- a/view/templates/contact_template.tpl +++ b/view/templates/contact_template.tpl @@ -30,11 +30,16 @@
-
{{$contact.name}}
+
+ {{$contact.name}} + {{if $contact.account_type}} ({{$contact.account_type}}){{/if}} +
{{if $contact.alt_text}}
{{$contact.alt_text}}
{{/if}} {{if $contact.itemurl}}
{{$contact.itemurl}}
{{/if}} - {{if $contact.network}}
{{$contact.network}}
{{/if}} + {{if $contact.tags}}
{{$contact.tags}}
{{/if}} {{if $contact.details}}
{{$contact.details}}
{{/if}} + {{if $contact.network}}
{{$contact.network}}
{{/if}} +