aurweb/web/template/footer.php
Lukas Fleischer fd6ba76431 Make copyright notice translatable
Fixes FS#46747.

Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
2015-10-17 17:31:48 +02:00

13 lines
491 B
PHP

<!-- 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 %s 2004-%d aurweb Development Team.', '&copy;', date('Y'))</p>
<p><?= __('AUR packages are user produced content. Any use of the provided files is at your own risk.') ?></p>
</div>
</div>
</body>
</html>