mirror of
https://github.com/Fluffy-Bean/image-gallery.git
synced 2025-01-15 02:55:18 +00:00
8 lines
242 B
PHP
8 lines
242 B
PHP
<footer>
|
|
<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>
|
|
<p>Version <?php echo $user_settings['version']; ?></p>
|
|
</footer>
|