diff options
Diffstat (limited to 'web/template')
-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> |