Add new footer to pages.
This commit is contained in:
parent
e7f705bd73
commit
151e748a6e
5 changed files with 78 additions and 7 deletions
|
|
@ -1,8 +1,17 @@
|
|||
</div>
|
||||
<?php require ("includes/bwbar.php"); ?>
|
||||
<div id="copyright">
|
||||
Slackware UK logo, design and code © Darren 'Tadgy' Austin
|
||||
</div>
|
||||
<div class="bold" id="footer">
|
||||
<div id="copyright">
|
||||
Slackware UK logo, design and code © <?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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue