diff options
Diffstat (limited to 'views/default/output/file.php')
-rw-r--r-- | views/default/output/file.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/views/default/output/file.php b/views/default/output/file.php new file mode 100644 index 000000000..af042230f --- /dev/null +++ b/views/default/output/file.php @@ -0,0 +1,3 @@ +<span class="file-attachment">
+ <a href="<?php echo $vars['value']; ?>">Download attachment</a>
+<span>
\ No newline at end of file |