summaryrefslogtreecommitdiffstats
path: root/application/views/file/show_url.php
blob: a3d965717d4de9c99a7058e1195507ade83ecea5 (plain)
1
2
3
4
5
6
7
8
<div class="center">
	<p>You can get your file(s) here:</p>
	<p>
	<?php foreach ($urls as $key => $url) { ?>
		<a href="<?php echo $url; ?>"><?php echo $url; ?></a><br />
	<?php } ?>
	</p>
</div>