]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/vier/smarty3/threaded_conversation.tpl
Merge pull request #580 from fermionic/20130111-better-conversion-scripts
[friendica.git] / view / theme / vier / smarty3 / threaded_conversation.tpl
index a7516a8a31bc76f7d5434c4b64f12812d69c5260..dc3e918f610e0fe099a79add9dc5fd030075fea8 100644 (file)
@@ -1,3 +1,8 @@
+{{*
+ *     AUTOMATICALLY GENERATED TEMPLATE
+ *     DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
+ *
+ *}}
 {{$live_update}}
 
 {{foreach $threads as $thread}}
@@ -8,7 +13,7 @@
                {{if $thread.type == tag}}
                        {{include file="wall_item_tag.tpl" item=$thread}}
                {{else}}
-                       {{include file="file:{{$thread.template}}" item=$thread}}
+                       {{include file="{{$thread.template}}" item=$thread}}
                {{/if}}
                
 </div>