]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/templates/groupeditor.tpl
Merge pull request #12502 from annando/no-gs-import
[friendica.git] / view / theme / frio / templates / groupeditor.tpl
index 7d412766f95ac4b1580cf740bdeebbf40e49e656..5ec15711473d4735570c3ee35e293b654582986d 100644 (file)
@@ -5,13 +5,13 @@
        <ul id="contact-group-list" class="viewcontact_wrapper media-list">
 
                {{* The contacts who are already members of the contact group *}}
-               {{foreach $groupeditor.members as $contact}} 
-                       <li class="members active">{{include file="contact_template.tpl"}}</li>
+               {{foreach $groupeditor.members as $contact}}
+                       <li class="members active">{{include file="contact/entry.tpl"}}</li>
                {{/foreach}}
 
                {{* The contacts who are not members of the contact group *}}
                {{foreach $groupeditor.contacts as $contact}}
-                       <li class="contacts">{{include file="contact_template.tpl"}}</li>
+                       <li class="contacts">{{include file="contact/entry.tpl"}}</li>
                {{/foreach}}
 
        </ul>