Start using the new HTML5/CSS code.
This commit is contained in:
parent
767d4f3e7c
commit
c23c0987af
30 changed files with 1023 additions and 1637 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<?php if ($light) { ?>
|
||||
<p><a href="/" title="Slackware UK"><img src="/html/slackwareuk-black.png" title="Slackware UK" alt="Slackware UK Logo" border=0 align=center></a></p>
|
||||
<?php } else { ?>
|
||||
<p><a href="/" title="Slackware UK"><img src="/html/slackwareuk-white.png" title="Slackware UK" alt="Slackware UK Logo" border=0 align=center></a></p>
|
||||
<?php } ?>
|
||||
<?php if ($_COOKIE['theme'] == "light") { ?>
|
||||
<a href="/" title="Slackware UK"><img src="/html/slackwareuk-black.png" title="Slackware UK" alt="Slackware UK Logo"></a>
|
||||
<?php } else { ?>
|
||||
<a href="/" title="Slackware UK"><img src="/html/slackwareuk-white.png" title="Slackware UK" alt="Slackware UK Logo"></a>
|
||||
<?php } ?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue