bizou/plugins/_disabled/tar/after_content.php

6 lines
251 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;">
<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 } ?>