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>
This commit is contained in:
Lukas Fleischer 2012-05-23 13:40:18 -04:00
parent c1c74f0c37
commit bfc4a11006

View file

@ -1,10 +1,13 @@
<!-- End of main content --> <!-- End of main content -->
<?php
if ($ver) { <div id="footer">
echo "<div class=\"pgbox version\">" . htmlspecialchars($ver) . "</div>"; <?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> </div>
</body> </body>
</html> </html>