aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/item_filer.tpl
blob: 0e68a172abce0dccf4ef03ff4987c2c858a29d03 (plain) (blame)
1
2
3
4
5
6
7
8
{{if $categories}}
<div class="filesavetags">
{{foreach $categories as $cat}}
<span class="item-category"><i class="icon-folder-close cat-icons"></i>&nbsp;{{$cat.term}}&nbsp;<a href="{{$cat.removelink}}" class="category-remove-link" title="{{$remove}}"><i class="icon-remove drop-icons"></i></a></span>
{{/foreach}}
</div>
{{/if}}