Added the tar plugin
[bizou.git] / plugins / tar / after_content.php
diff --git a/plugins/tar/after_content.php b/plugins/tar/after_content.php
new file mode 100644 (file)
index 0000000..8629df6
--- /dev/null
@@ -0,0 +1,5 @@
+<?php if ($GLOBALS['imageFiles'] or $GLOBALS['otherFiles']) { ?>
+<div style="text-align: center; font-size: 0.25cm;">
+<a href="<?php echo $GLOBALS['rootUrl']."plugins/tar/tar.php".$GLOBALS['simplePath'] ?>">Download all files in this directory</a>
+</div>
+<?php } ?>