Add new footer to pages.
This commit is contained in:
parent
df7f33afce
commit
b38dd07762
5 changed files with 69 additions and 8 deletions
|
|
@ -124,9 +124,18 @@
|
|||
<div id="progressbar">
|
||||
<div id="progress"></div>
|
||||
</div>
|
||||
<div id="copyright">
|
||||
Slackware UK logo, design and code © Darren 'Tadgy' Austin<br>
|
||||
Speedtest code by <a href="https://github.com/librespeed/speedtest.git" title="LibreSpeed">LibreSpeed</a>
|
||||
<div class="bold" id="footer">
|
||||
<div id="copyright">
|
||||
Slackware UK logo, design and code © <?php print (date ("Y")); ?> Darren 'Tadgy' Austin.<br>
|
||||
Speedtest code by <a href="https://github.com/librespeed/speedtest.git" title="LibreSpeed">LibreSpeed</a>.
|
||||
</div>
|
||||
<div id="poweredby">
|
||||
<?php if ($_COOKIE['theme'] == "light") { ?>
|
||||
Powered by <a href="http://slackware.com/" title="Slackware Linux"><img src="/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="/slackwarelinux-white.png" title="Slackware Linux" alt="Slackware Linux"></a>, naturally.
|
||||
<?php } ?>
|
||||
<div>
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
initUI();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue