From: Tobias Diekershoff Date: Sun, 6 Nov 2022 16:41:10 +0000 (+0100) Subject: [vier] Fix contacts display X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1f4ca51cc8e12a1d34be4478570bc2830c4cfb42;p=friendica.git [vier] Fix contacts display --- diff --git a/view/templates/contacts-template.tpl b/view/templates/contacts-template.tpl index 46ba629ff5..680c84f567 100644 --- a/view/templates/contacts-template.tpl +++ b/view/templates/contacts-template.tpl @@ -18,7 +18,7 @@ {{foreach $contacts as $contact}} - {{include file="contact_template.tpl"}} + {{include file="contact/entry.tpl"}} {{/foreach}}