footer.php 332 B

1234567891011
  1. <footer>
  2. <a href="https://github.com/Ahwxorg/binternet/" target="_blank">Source code</a>
  3. <a href="./donate.php" target="_blank">Donate</a>
  4. <a href="https://github.com/Ahwxorg/binternet#legal-notice" target="_blank">Legal notice</a>
  5. <?php
  6. if (isset($images)) {
  7. echo "<br><br>";
  8. print(count($images). " images found");
  9. }
  10. ?>