aurweb/web/template/footer.php
Lukas Fleischer bfc4a11006 Synchronize footer layout with archweb
Also, add a copyright notice and the disclaimer.

Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
Signed-off-by: canyonknight <canyonknight@gmail.com>
2012-07-06 11:26:06 +02:00

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 &copy; 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>