This commit is contained in:
Wruczek
2016-07-24 00:32:46 +02:00
parent 966ed7b99c
commit d084b8a1e2
7 changed files with 435 additions and 12 deletions

View File

@ -1,18 +1,20 @@
</div>
</div>
</div>
<!-- /container -->
<!-- Footer -->
<hr>
<footer>
<!-- Footer -->
<div class="footer">
<div class="container">
<hr>
<p class="pull-left">&copy; <?php echo $config["general"]["title"]; ?> 2016</p>
<div class="pull-right">
<ul class="list-inline">
<li>Strona &copy; <a href="http://wruczek.top">Wruczek</a> 2016 | <a href="https://github.com/Wruczek/ts-website">ts-website</a> v 1.2.3.2 | MIT License</li>
<li><p><small>Strona &copy; <a href="http://wruczek.top">Wruczek</a> 2016 | <a href="https://github.com/Wruczek/ts-website">ts-website</a> v 1.2.4 | MIT License<br>CSS dzięki uprzejmości <a href="https://flamespersecond.de">NothingTV</a>, tło &copy; <a href="http://nabulsigraphix.wix.com/commissions">NabulsiGraphix</a></small></p></li>
</ul>
</div>
</footer>
</div>
</div>
<!-- /container -->
<!-- ################ -->
<!-- # JAVASCRIPT # -->

View File

@ -22,6 +22,7 @@ require_once __DIR__ . "/../include/adminlist.php";
<!-- Bootswatch -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/bootswatch/3.3.6/<?php echo $config["general"]["theme"]; ?>/bootstrap.min.css" rel="stylesheet">
<link href="css/theme.css" rel="stylesheet">
<!-- Font Awesome -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.min.css" rel="stylesheet">

View File

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