]> 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 8d1db5b2227ccc656767fc922fc4fc131bc3681a..5ec15711473d4735570c3ee35e293b654582986d 100644 (file)
@@ -6,12 +6,12 @@
 
                {{* 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>
+                       <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>