]> git.mxchange.org Git - friendica.git/blobdiff - view/smarty3/nogroup-template.tpl
Merge pull request #580 from fermionic/20130111-better-conversion-scripts
[friendica.git] / view / smarty3 / nogroup-template.tpl
index 6daeba0cfe467de19e1ae07a046fb6eb65cf67c3..dd045d7da11f1a63cbc27803267a70b29ee7c8cc 100644 (file)
@@ -1,7 +1,12 @@
+{{*
+ *     AUTOMATICALLY GENERATED TEMPLATE
+ *     DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
+ *
+ *}}
 <h1>{{$header}}</h1>
 
 {{foreach $contacts as $c}}
-       {{include file="file:{{$contact_template}}" contact=$c}}
+       {{include file="contact_template.tpl" contact=$c}}
 {{/foreach}}
 <div id="contact-edit-end"></div>