bizou/plugins/_disabled/tar/after_content.php
2013-08-17 22:15:47 +02:00

6 lines
251 B
PHP

<?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 files (tar archive)</a>
</div>
<?php } ?>