]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frost-mobile/smarty3/contacts-template.tpl
don't change to string in prune_deadguys()
[friendica.git] / view / theme / frost-mobile / smarty3 / contacts-template.tpl
index a6cc66a2ba12dfd0c106d4559c258fbdaaa09053..b9162c2e9eea8aa44ec21cfd558d5824d2f0a7c6 100644 (file)
@@ -1,3 +1,8 @@
+{{*
+ *     AUTOMATICALLY GENERATED TEMPLATE
+ *     DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
+ *
+ *}}
 <h1>{{$header}}{{if $total}} ({{$total}}){{/if}}</h1>
 
 {{if $finding}}<h4>{{$finding}}</h4>{{/if}}
@@ -15,8 +20,8 @@
 
 
 <div id="contacts-display-wrapper">
-{{foreach $contacts as $c}}
-       {{include file="file:{{$contact_template}}" contact=$c}}
+{{foreach $contacts as $contact}}
+       {{include file="contact_template.tpl"}}
 {{/foreach}}
 </div>
 <div id="contact-edit-end"></div>