aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/item_attach.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/tpl/item_attach.tpl')
-rw-r--r--view/tpl/item_attach.tpl6
1 files changed, 6 insertions, 0 deletions
diff --git a/view/tpl/item_attach.tpl b/view/tpl/item_attach.tpl
new file mode 100644
index 000000000..25c127a15
--- /dev/null
+++ b/view/tpl/item_attach.tpl
@@ -0,0 +1,6 @@
+<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 class="clear"></div>
+</div>