footer.php 387 B

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