aurweb/web/template/footer.php
Marcel Korpel 398fdb67ea We live in 2013 now
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
2013-01-19 12:20:50 +01:00

13 lines
375 B
PHP

<!-- End of main content -->
<div id="footer">
<?php if ($ver): ?>
<p>AUR <?= htmlspecialchars($ver) ?></p>
<?php endif; ?>
<p>Copyright &copy; 2004-<?= date("Y") ?> AUR 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>