diff options
author | Lukas Fleischer <archlinux@cryptocrack.de> | 2012-05-23 19:40:18 +0200 |
---|---|---|
committer | Lukas Fleischer <archlinux@cryptocrack.de> | 2012-07-06 11:26:06 +0200 |
commit | bfc4a11006eff1909d8129f217f1fe73b471886f (patch) | |
tree | 57dfc7c95e8fa85fcd748082b2f9a8d4fc8e2c38 /web | |
parent | c1c74f0c3731df1d61ee365a283f9c9d1cbce387 (diff) | |
download | aur-bfc4a11006eff1909d8129f217f1fe73b471886f.tar.gz aur-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>
Diffstat (limited to 'web')
-rw-r--r-- | web/template/footer.php | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/web/template/footer.php b/web/template/footer.php index 669c9a02..1b1b1d2a 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 © 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> |