mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Also, add a copyright notice and the disclaimer. Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de> Signed-off-by: canyonknight <canyonknight@gmail.com>
13 lines
377 B
PHP
13 lines
377 B
PHP
|
|
<!-- End of main content -->
|
|
|
|
<div id="footer">
|
|
<?php if ($ver): ?>
|
|
<p>AUR <?php echo htmlspecialchars($ver) ?></p>
|
|
<?php endif; ?>
|
|
<p>Copyright © 2004-2012 AUR Development Team.</p>
|
|
<p><?php echo __('Unsupported packages are user produced content. Any use of the provided files is at your own risk.') ?></p>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|