diff options
author | Loui Chang <louipc.ist@gmail.com> | 2007-09-27 20:22:09 -0400 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2008-01-19 23:45:07 -0600 |
commit | 878d0bb39a10c934740fac92335a36853286366b (patch) | |
tree | 849b480d66dc4cbff142faccaaa9cd16cd5b79d5 /web/template/footer.php | |
parent | 016e8796c367affe7de3874645adcf202a0f03fd (diff) | |
download | aurweb-878d0bb39a10c934740fac92335a36853286366b.tar.xz |
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>
Diffstat (limited to 'web/template/footer.php')
-rw-r--r-- | web/template/footer.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/web/template/footer.php b/web/template/footer.php new file mode 100644 index 0000000..e5351e2 --- /dev/null +++ b/web/template/footer.php @@ -0,0 +1,11 @@ + + <!-- End of main content --> + <br /> +<?php + if ($ver) { + print "<p style=\"text-align: right\">$ver</p>\n"; + } +?> + </div> + </body> +</html> |