summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--web/template/footer.php15
1 files changed, 9 insertions, 6 deletions
diff --git a/web/template/footer.php b/web/template/footer.php
index 669c9a0..1b1b1d2 100644
--- a/web/template/footer.php
+++ b/web/template/footer.php
@@ -1,10 +1,13 @@
- <!-- End of main content -->
-<?php
- if ($ver) {
- echo "<div class=\"pgbox version\">" . htmlspecialchars($ver) . "</div>";
- }
-?>
+ <!-- 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>