footer.php 548 B

123456789101112131415161718192021222324
  1. <footer>
  2. <div class="footer">
  3. <p id="footerText">
  4. |
  5. <a href="./" target="_blank">Binternet</a>
  6. |
  7. <a href="https://github.com/Ahwxorg/binternet/" target="_blank">Source code</a>
  8. |
  9. <a href="https://ahwx.org/donate.php" target="_blank">Donate</a>
  10. |
  11. <a href="https://github.com/Ahwxorg/binternet#legal-notice" target="_blank">Legal notice</a>
  12. |
  13. <?php
  14. if (isset($images)) {
  15. echo "<br><br>";
  16. print(count($images). " images found");
  17. }
  18. ?><br><br>
  19. </p>
  20. </div>
  21. </footer>
  22. </body>
  23. </html>