17 lines
810 B
Text
17 lines
810 B
Text
</div>
|
|
<?php require ("includes/bwbar.php"); ?>
|
|
<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>
|