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