aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/tpl/item_attach.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/theme/redbasic/tpl/item_attach.tpl')
-rw-r--r--view/theme/redbasic/tpl/item_attach.tpl5
1 files changed, 5 insertions, 0 deletions
diff --git a/view/theme/redbasic/tpl/item_attach.tpl b/view/theme/redbasic/tpl/item_attach.tpl
new file mode 100644
index 000000000..95e38c0bd
--- /dev/null
+++ b/view/theme/redbasic/tpl/item_attach.tpl
@@ -0,0 +1,5 @@
+{{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}}