mirror of
https://github.com/Fluffy-Bean/image-gallery.git
synced 2025-01-15 11:05:14 +00:00
6 lines
231 B
PHP
6 lines
231 B
PHP
<footer>
|
|
<p>Hosted by <?php echo $user_settings['user_name']; ?> under <?php echo $user_settings['license']; ?></p>
|
|
<p>Version <?php echo $user_settings['version']; ?></p>
|
|
<a class='link' href="about.php">About</a>
|
|
</footer>
|