summaryrefslogtreecommitdiffstats
path: root/web/template/footer.php
blob: 1b451b3cda530696e5bafce6e77539a893cc68ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
			<!-- End of main content -->

			<div id="footer">
				<?php if ($ver): ?>
				<p>aurweb <?= htmlspecialchars($ver) ?></p>
				<?php endif; ?>
				<p>Copyright &copy; 2004-<?= date("Y") ?> aurweb Development Team.</p>
				<p><?= __('Unsupported packages are user produced content. Any use of the provided files is at your own risk.') ?></p>
			</div>
		</div>
	</body>
</html>