mirror of
https://github.com/YunoHost-Apps/hubzilla_ynh.git
synced 2024-09-03 19:26:21 +02:00
9 lines
291 B
Smarty
9 lines
291 B
Smarty
|
<div class="clear"></div>
|
||
|
{{if $attaches}}
|
||
|
<div class="body-attach">
|
||
|
{{foreach $attaches as $a}}
|
||
|
<a href="{{$a.url}}" title="{{$a.title}}" class="attachlink" ><i class="icon-paper-clip attach-icons attach-clip"></i><i class="{{$a.icon}} attach-icons"></i></a>
|
||
|
{{/foreach}}
|
||
|
</div>
|
||
|
{{/if}}
|