]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frost/smarty3/contacts-template.tpl
Merge pull request #580 from fermionic/20130111-better-conversion-scripts
[friendica.git] / view / theme / frost / smarty3 / contacts-template.tpl
index a6cc66a2ba12dfd0c106d4559c258fbdaaa09053..b804db35a5128209c02d399a349dd3d93093d15d 100644 (file)
@@ -1,7 +1,14 @@
+{{*
+ *     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}}
 
+{{$tabs}}
+
 <div id="contacts-search-wrapper">
 <form id="contacts-search-form" action="{{$cmd}}" method="get" >
 <span class="contacts-search-desc">{{$desc}}</span>
 </div>
 <div id="contacts-search-end"></div>
 
-{{$tabs}}
-
 
 <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>