summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Fleischer <archlinux@cryptocrack.de>2012-05-23 13:40:18 -0400
committerLukas Fleischer <archlinux@cryptocrack.de>2012-07-06 11:26:06 +0200
commitbfc4a11006eff1909d8129f217f1fe73b471886f (patch)
tree57dfc7c95e8fa85fcd748082b2f9a8d4fc8e2c38
parentc1c74f0c3731df1d61ee365a283f9c9d1cbce387 (diff)
downloadaurweb-bfc4a11006eff1909d8129f217f1fe73b471886f.tar.xz
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>
-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>