]> git.mxchange.org Git - friendica.git/blobdiff - view/smarty3/threaded_conversation.tpl
template engine rework
[friendica.git] / view / smarty3 / threaded_conversation.tpl
index 0830063c61462cf489d9d6b36dfd5b595b493672..bcdcf6e7be51e7b9c117795ccca5cef0266f5976 100644 (file)
@@ -1,7 +1,12 @@
+{{*
+ *     AUTOMATICALLY GENERATED TEMPLATE
+ *     DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
+ *
+ *}}
 {{$live_update}}
 
 {{foreach $threads as $thread}}
-{{include file="file:{{$thread.template}}" item=$thread}}
+{{include file="{{$thread.template}}" item=$thread}}
 {{/foreach}}
 
 <div id="conversation-end"></div>