Binternet/misc/footer.php

11 lines
332 B
PHP
Raw Permalink Normal View History

<footer>
2023-09-11 21:20:57 +00:00
<a href="https://github.com/Ahwxorg/binternet/" target="_blank">Source code</a>
<a href="./donate.php" target="_blank">Donate</a>
2023-09-09 23:31:35 +00:00
<a href="https://github.com/Ahwxorg/binternet#legal-notice" target="_blank">Legal notice</a>
<?php
if (isset($images)) {
echo "<br><br>";
print(count($images). " images found");
}
2023-09-09 23:31:35 +00:00
?>