mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
10 lines
174 B
PHP
10 lines
174 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";
|
|
}
|
|
?>
|
|
</div>
|
|
</body>
|
|
</html>
|