]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/smoothly/smarty3/wall_thread.tpl
Fix registration form
[friendica.git] / view / theme / smoothly / smarty3 / wall_thread.tpl
index 019a83646616b3e47c13f573e532048af0d69b6a..b0538b9791b027d1539b42924656fa397db418db 100644 (file)
 
                                {{if $item.has_cats}}
                                <div class="categorytags"><span>{{$item.txt_cats}} {{foreach $item.categories as $cat}}{{$cat.name}} 
-                               <a href="{{$cat.removeurl}}" title="{{$item.remove}}">[{{$item.remove}}]</a> 
+                               <a href="{{$cat.removeurl}}" title="{{$remove}}">[{{$remove}}]</a> 
                                {{if $cat.last}}{{else}}, {{/if}}{{/foreach}}
                                </div>
                                {{/if}}
 
                                {{if $item.has_folders}}
                                <div class="filesavetags"><span>{{$item.txt_folders}} {{foreach $item.folders as $cat}}{{$cat.name}} 
-                               <a href="{{$cat.removeurl}}" title="{{$item.remove}}">[{{$item.remove}}]</a> 
+                               <a href="{{$cat.removeurl}}" title="{{$remove}}">[{{$remove}}]</a> 
                                {{if $cat.last}}{{else}}, {{/if}}{{/foreach}}
                                </div>
                                {{/if}}