]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frost-mobile/smarty3/threaded_conversation.tpl
Merge pull request #580 from fermionic/20130111-better-conversion-scripts
[friendica.git] / view / theme / frost-mobile / smarty3 / threaded_conversation.tpl
index 0c96b30e3ebef81563cb9c00b9d9c0c335f20aa1..801d3e179e328ec38dac37827560acc2e020b25a 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>