]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/quattro/smarty3/wall_thread.tpl
use Python 2.4 compatible script; update Smarty templates
[friendica.git] / view / theme / quattro / smarty3 / wall_thread.tpl
index 68e6d5d1027f91876b4b0f05f66499c810292539..f6068d330a8bd6ba4cf704d750ca3789603d6c05 100644 (file)
        {{if $child.type == tag}}
                {{include file="wall_item_tag.tpl" item=$child}}
        {{else}}
-               {{include file="file:{{$item.template}}" item=$child}}
+               {{include file="{{$item.template}}" item=$child}}
        {{/if}}
 {{/foreach}}