]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frost-mobile/smarty3/contacts-template.tpl
Merge pull request #580 from fermionic/20130111-better-conversion-scripts
[friendica.git] / view / theme / frost-mobile / smarty3 / contacts-template.tpl
index a6cc66a2ba12dfd0c106d4559c258fbdaaa09053..5ca4eb6a9422f3c5bb222245bd49f0a437e639cf 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}}
@@ -16,7 +21,7 @@
 
 <div id="contacts-display-wrapper">
 {{foreach $contacts as $c}}
-       {{include file="file:{{$contact_template}}" contact=$c}}
+       {{include file="contact_template.tpl" contact=$c}}
 {{/foreach}}
 </div>
 <div id="contact-edit-end"></div>