minor: Changed Tar plugin download label

This commit is contained in:
Marc MAURICE 2013-08-17 22:15:47 +02:00
parent 4a74e0085e
commit 6556d8da10

View file

@ -1,5 +1,5 @@
<?php if ($GLOBALS['imageFiles'] or $GLOBALS['otherFiles']) { ?>
<div style="text-align: center; font-size: 0.25cm;">
<a href="<?= $GLOBALS['rootUrl']."plugins/tar/tar.php".$GLOBALS['simplePath'] ?>">Download all files in this directory</a>
<a href="<?= $GLOBALS['rootUrl']."plugins/tar/tar.php".$GLOBALS['simplePath'] ?>">Download files (tar archive)</a>
</div>
<?php } ?>