v 1.3.5 - Christmas theme! 🎄

This commit is contained in:
Wruczek
2016-12-01 01:47:40 +01:00
parent bb8dda37bd
commit ff11404532
9 changed files with 208 additions and 12 deletions

View File

@ -12,12 +12,12 @@
<ul class="list-inline">
<li> <!-- Please respect the amount of work we've put for free into this project and leave the authors in the footer. Thank you. -->
<p>
<a href="https://github.com/Wruczek/ts-website">ts-website</a> v 1.3.4 &mdash; &copy; <a href="http://wruczek.top">Wruczek</a> 2016
<a href="https://github.com/Wruczek/ts-website">ts-website</a> v 1.3.5 &mdash; &copy; <a href="http://wruczek.top">Wruczek</a> 2016
</p>
<p>
<?php tl($lang["footer"]["css"]); ?> <a href="https://flamespersecond.de">NothingTV</a>, <?php tl($lang["footer"]["background"]); ?> &copy;
<a href="https://twitter.com/MrSanman98">NabulsiGraphix</a>
<span id="background-artist"><a href="https://twitter.com/MrSanman98">NabulsiGraphix</a></span>
</p>
</li>
</ul>

View File

@ -41,6 +41,10 @@ $htalink = $config["general"]["enablehta"] ? "" : ".php";
<link href="css/navbar.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<?php if(!empty($config["general"]["christmasmode"])) { ?>
<script src="js/christmas.js"></script>
<?php } ?>
<script src="api/i18n.php"></script>
<!--[if IE]>

View File

@ -90,7 +90,7 @@ function showError($title, $text) { ?>
<?php echo $text; ?>
</div>
<div class="panel-footer">
&copy; <a href="http://wruczek.top">Wruczek</a> 2016 | <a href="https://github.com/Wruczek/ts-website">ts-website</a> v 1.3.4 | MIT License
&copy; <a href="http://wruczek.top">Wruczek</a> 2016 | <a href="https://github.com/Wruczek/ts-website">ts-website</a> v 1.3.5 | MIT License
</div>
</div>