mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Implemented the first two in web/lib/aur.inc. Signed-off-by: Loui Chang <louipc.ist@gmail.com>
11 lines
142 B
PHP
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>
|