5 lines
251 B
PHP
5 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 } ?>
|