]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frost/smarty3/threaded_conversation.tpl
Merge pull request #580 from fermionic/20130111-better-conversion-scripts
[friendica.git] / view / theme / frost / smarty3 / threaded_conversation.tpl
index 680a201eefd7f3f6fb41071f4d44c53b6804d059..f5c9b3c63c66e0616f794da6f00701ca4ee1df34 100644 (file)
@@ -1,3 +1,8 @@
+{{*
+ *     AUTOMATICALLY GENERATED TEMPLATE
+ *     DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
+ *
+ *}}
 {{if $dropping}}
 <div id="item-delete-selected-top" class="fakelink" onclick="deleteCheckedItems('#item-delete-selected-top');">
   <div id="item-delete-selected-top-icon" class="icon drophide" title="{{$dropping}}" onmouseover="imgbright(this);" onmouseout="imgdull(this);" ></div>
@@ -13,7 +18,7 @@
 {{$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>