aurweb/web/template/footer.php
Loui Chang 1bc4836e19 Restyle the layout.
Make HTML markup more logical.
Remove some unused style sheets rules.

Signed-off-by: Loui Chang <louipc.ist@gmail.com>
2009-11-23 23:24:56 -05:00

9 lines
166 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";
}
?>
</body>
</html>