git-interface: Add test suite and basic tests
[aur.git] / web / template / footer.php
blob572dbb262a6184ab2cbb8cca4dbb4cf48b1d951d
2 <!-- End of main content -->
4 <div id="footer">
5 <?php if ($ver): ?>
6 <p>aurweb <a href="https://git.archlinux.org/aurweb.git/log/?h=<?= htmlspecialchars($ver, ENT_QUOTES) ?>"><?= htmlspecialchars($ver) ?></a></p>
7 <?php endif; ?>
8 <p><?= __('Copyright %s 2004-%d aurweb Development Team.', '&copy;', date('Y')) ?></p>
9 <p><?= __('AUR packages are user produced content. Any use of the provided files is at your own risk.') ?></p>
10 </div>
11 </div>
12 </body>
13 </html>