Add new footer to pages.

This commit is contained in:
Darren 'Tadgy' Austin 2024-08-14 20:45:42 +01:00
commit 151e748a6e
5 changed files with 78 additions and 7 deletions

View file

@ -1,8 +1,17 @@
</div>
<?php require ("includes/bwbar.php"); ?>
<div id="copyright">
Slackware UK logo, design and code &copy; Darren 'Tadgy' Austin
</div>
<div class="bold" id="footer">
<div id="copyright">
Slackware UK logo, design and code &copy; <?php print (date ("Y")); ?> Darren 'Tadgy' Austin.
</div>
<div id="poweredby">
<?php if ($_COOKIE['theme'] == "light") { ?>
Powered by <a href="http://slackware.com/" title="Slackware Linux"><img src="/html/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="/html/slackwarelinux-white.png" title="Slackware Linux" alt="Slackware Linux"></a>, naturally.
<?php } ?>
<div>
</div>
</div>
</body>
</html>