blob: 1b3c9363c5d3180c700faad2a560a01f5ece7166 (
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 <a href="https://projects.archlinux.org/aurweb.git/log/?h=<?= htmlspecialchars($ver, ENT_QUOTES) ?>"><?= htmlspecialchars($ver) ?></a></p>
<?php endif; ?>
<p>Copyright © 2004-<?= date("Y") ?> aurweb Development Team.</p>
<p><?= __('AUR packages are user produced content. Any use of the provided files is at your own risk.') ?></p>
</div>
</div>
</body>
</html>
|