Binternet/misc/footer.php
2023-09-11 23:20:57 +02:00

11 lines
No EOL
332 B
PHP

<footer>
<a href="https://github.com/Ahwxorg/binternet/" target="_blank">Source code</a>
<a href="./donate.php" target="_blank">Donate</a>
<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");
}
?>