]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/templates/contacts-template.tpl
Merge pull request #12502 from annando/no-gs-import
[friendica.git] / view / theme / frio / templates / contacts-template.tpl
index f13f108340a0edc11c03a5d840922e4367dd4e47..5c41c74e25aa8a6ae4ffc817d6a71bea283b9aee 100644 (file)
                </ul>
                <div class="clear"></div>
                <div id="contact-list">
-                       {{* format each contact with the contact_template.tpl *}}
+                       {{* format each contact with the contact/entry.tpl *}}
                        <ul id="viewcontact_wrapper" class="viewcontact_wrapper media-list">
                        {{foreach $contacts as $contact}}
-                               <li>{{include file="contact_template.tpl"}}</li>
+                               <li>{{include file="contact/entry.tpl"}}</li>
                        {{/foreach}}
                        </ul>
                </div>