X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftemplates%2Fprofile%2Fcontacts.tpl;h=615ab1e0fb7ce72bf588142e70be373bf0dfeeba;hb=5041e92937969855c85679b1abeeabcc570f5063;hp=4e78a7a7f83ffb79c13846b97df354d07ae38c9c;hpb=32b8c6f65e9b50cec79e7c5021b80e5541c74143;p=friendica.git diff --git a/view/templates/profile/contacts.tpl b/view/templates/profile/contacts.tpl index 4e78a7a7f8..615ab1e0fb 100644 --- a/view/templates/profile/contacts.tpl +++ b/view/templates/profile/contacts.tpl @@ -1,18 +1,22 @@
{{include file="section_title.tpl"}} - +{{if $desc}} +

{{$desc nofilter}}

+{{/if}} + {{include file="page_tabs.tpl" tabs=$tabs}} + +{{if $contacts}}
-{{foreach $contacts as $contact}} - {{include file="contact_template.tpl"}} -{{/foreach}} + {{foreach $contacts as $contact}} + {{include file="contact/entry.tpl"}} + {{/foreach}}
+{{else}} + +{{/if}} +