streams/view/tpl/item_attach.tpl
2017-05-02 12:46:50 -07:00

5 lines
196 B
Smarty

{{if $attaches}}
{{foreach $attaches as $a}}
<a class="dropdown-item" href="{{$a.url}}" title="{{$a.title}}"><i class="fa {{$a.icon}} attach-icons"></i>&nbsp;{{$a.label}}</a>
{{/foreach}}
{{/if}}