mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
6 lines
196 B
Smarty
6 lines
196 B
Smarty
{{if $attaches}}
|
|
{{foreach $attaches as $a}}
|
|
<a class="dropdown-item" href="{{$a.url}}" title="{{$a.title}}"><i class="bi {{$a.icon}} attach-icons"></i> {{$a.label}}</a>
|
|
{{/foreach}}
|
|
{{/if}}
|