aurweb/web/template/footer.php
Lukas Fleischer 9cee53f3cf Wrap everything in a content cotainer
For consistency with archweb.

Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
Signed-off-by: canyonknight <canyonknight@gmail.com>
2012-07-06 11:25:55 +02:00

10 lines
158 B
PHP

<!-- End of main content -->
<?php
if ($ver) {
echo "<div class=\"pgbox version\">" . htmlspecialchars($ver) . "</div>";
}
?>
</div>
</body>
</html>