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 22:15:47 +02:00
|
|
|
<a href="<?= $GLOBALS['rootUrl']."plugins/tar/tar.php".$GLOBALS['simplePath'] ?>">Download files (tar archive)</a>
|
2011-06-03 18:40:20 +02:00
|
|
|
</div>
|
|
|
|
<?php } ?>
|