mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
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>
This commit is contained in:
parent
016e8796c3
commit
878d0bb39a
4 changed files with 121 additions and 81 deletions
11
web/template/footer.php
Normal file
11
web/template/footer.php
Normal file
|
@ -0,0 +1,11 @@
|
|||
|
||||
<!-- End of main content -->
|
||||
<br />
|
||||
<?php
|
||||
if ($ver) {
|
||||
print "<p style=\"text-align: right\">$ver</p>\n";
|
||||
}
|
||||
?>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue