bizou/plugins/_disabled/tar/after_content.php

6 lines
259 B
PHP
Raw Normal View History

2011-06-03 18:40:20 +02:00
<?php if ($GLOBALS['imageFiles'] or $GLOBALS['otherFiles']) { ?>
<div style="text-align: center; font-size: 0.25cm;">
2013-08-17 21:01:29 +02:00
<a href="<?= $GLOBALS['rootUrl']."plugins/tar/tar.php".$GLOBALS['simplePath'] ?>">Download all files in this directory</a>
2011-06-03 18:40:20 +02:00
</div>
<?php } ?>