]> 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 de118952a4ffc3fc574fb3268dd7d83eb91b0ce8..f6068d330a8bd6ba4cf704d750ca3789603d6c05 100644 (file)
                                <span class='mention'>{{$tag}}</span>
                        {{/foreach}}
                {{foreach $item.folders as $cat}}
-                    <span class='folder'>{{$cat.name}}</a>{{if $cat.removeurl}} (<a href="{{$cat.removeurl}}" title="{{$item.remove}}">x</a>) {{/if}} </span>
+                    <span class='folder'>{{$cat.name}}</a>{{if $cat.removeurl}} (<a href="{{$cat.removeurl}}" title="{{$remove}}">x</a>) {{/if}} </span>
                {{/foreach}}
                 {{foreach $item.categories as $cat}}
-                    <span class='category'>{{$cat.name}}</a>{{if $cat.removeurl}} (<a href="{{$cat.removeurl}}" title="{{$item.remove}}">x</a>) {{/if}} </span>
+                    <span class='category'>{{$cat.name}}</a>{{if $cat.removeurl}} (<a href="{{$cat.removeurl}}" title="{{$remove}}">x</a>) {{/if}} </span>
                 {{/foreach}}
                </div>
        </div>  
        {{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}}