aurweb/web/template/footer.php
Loui Chang 46da96ff04 Bring version footer in with the rest of the site body.
Add a bottom margin to pgbox blocks.

Signed-off-by: Loui Chang <louipc.ist@gmail.com>
2009-01-23 15:05:46 -05:00

10 lines
174 B
PHP

<!-- End of main content -->
<?php
if ($ver) {
echo "<p class=\"pgbox\" style=\"text-align: right; font-size: 14px;\"><b>$ver</b></p>\n";
}
?>
</div>
</body>
</html>