aurweb/web/template/footer.php
Loui Chang 878d0bb39a Added header, footer, and login form templates
Implemented the first two in web/lib/aur.inc.

Signed-off-by: Loui Chang <louipc.ist@gmail.com>
2008-01-19 23:45:07 -06:00

11 lines
142 B
PHP

<!-- End of main content -->
<br />
<?php
if ($ver) {
print "<p style=\"text-align: right\">$ver</p>\n";
}
?>
</div>
</body>
</html>