Add copyright and powered by to footer.
This commit is contained in:
parent
b5c953c0cc
commit
a6be78513e
1 changed files with 11 additions and 2 deletions
|
@ -1,7 +1,16 @@
|
|||
</div>
|
||||
<?php require ("includes/bwbar.php"); ?>
|
||||
<div id="copyright">
|
||||
Slackware UK logo, design and code © Darren 'Tadgy' Austin
|
||||
<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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue