Add new footer to pages.

This commit is contained in:
Darren 'Tadgy' Austin 2024-08-14 20:46:11 +01:00
commit b38dd07762
5 changed files with 69 additions and 8 deletions

View file

@ -124,9 +124,18 @@
<div id="progressbar">
<div id="progress"></div>
</div>
<div id="copyright">
Slackware UK logo, design and code &copy; Darren 'Tadgy' Austin<br>
Speedtest code by <a href="https://github.com/librespeed/speedtest.git" title="LibreSpeed">LibreSpeed</a>
<div class="bold" id="footer">
<div id="copyright">
Slackware UK logo, design and code &copy; <?php print (date ("Y")); ?> Darren 'Tadgy' Austin.<br>
Speedtest code by <a href="https://github.com/librespeed/speedtest.git" title="LibreSpeed">LibreSpeed</a>.
</div>
<div id="poweredby">
<?php if ($_COOKIE['theme'] == "light") { ?>
Powered by <a href="http://slackware.com/" title="Slackware Linux"><img src="/slackwarelinux-black.png" title="Slackware Linux" alt="Slackware Linux"></a>, naturally.
<?php } else { ?>
Powered by <a href="http://slackware.com/" title="Slackware Linux"><img src="/slackwarelinux-white.png" title="Slackware Linux" alt="Slackware Linux"></a>, naturally.
<?php } ?>
<div>
</div>
<script type="text/javascript">
initUI();