]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/dispy/smarty3/threaded_conversation.tpl
Merge pull request #580 from fermionic/20130111-better-conversion-scripts
[friendica.git] / view / theme / dispy / smarty3 / threaded_conversation.tpl
index 367698beeb96df337143df3a69b7302ac2072e0f..9718d0e85dbe1fe02640c96c67d867caf1c3b296 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>