php-gallery/assets/ui/footer.php

8 lines
242 B
PHP
Raw Normal View History

2022-09-20 15:47:23 +00:00
<footer>
2022-09-21 20:29:03 +00:00
<p>Hosted by <?php echo $user_settings['user_name']; ?></p>
<hr>
<a class='link' href="https://github.com/Fluffy-Bean/image-gallery">Made by Fluffy</a>
<hr>
2022-09-20 15:47:23 +00:00
<p>Version <?php echo $user_settings['version']; ?></p>
2022-07-21 18:42:03 +00:00
</footer>