2016-06-28 21:18:59 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
2016-07-23 22:32:46 +00:00
|
|
|
</div>
|
|
|
|
<!-- /container -->
|
2016-07-01 20:34:55 +00:00
|
|
|
|
2016-07-23 22:32:46 +00:00
|
|
|
<!-- Footer -->
|
|
|
|
<div class="footer">
|
|
|
|
<div class="container">
|
|
|
|
<hr>
|
2016-07-25 14:14:04 +00:00
|
|
|
<p class="pull-left">© <?php tl($config["general"]["title"]); ?> 2016</p>
|
2016-06-28 21:18:59 +00:00
|
|
|
<div class="pull-right">
|
|
|
|
<ul class="list-inline">
|
2016-09-25 01:50:41 +00:00
|
|
|
<li><p><small><?php tl($lang["footer"]["website"]); ?> © <a href="http://wruczek.top">Wruczek</a> 2016 | <a href="https://github.com/Wruczek/ts-website">ts-website</a> v 1.3.2 | MIT License<br><?php tl($lang["footer"]["css"]); ?> <a href="https://flamespersecond.de">NothingTV</a>, <?php tl($lang["footer"]["background"]); ?> © <a href="http://nabulsigraphix.wix.com/commissions">NabulsiGraphix</a></small></p></li>
|
2016-06-28 21:18:59 +00:00
|
|
|
</ul>
|
|
|
|
</div>
|
2016-07-23 22:32:46 +00:00
|
|
|
</div>
|
2016-06-28 21:18:59 +00:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<!-- ################ -->
|
|
|
|
<!-- # JAVASCRIPT # -->
|
|
|
|
<!-- ################ -->
|
|
|
|
|
|
|
|
<!-- jQuery -->
|
2016-08-14 02:31:15 +00:00
|
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
|
2016-06-28 21:18:59 +00:00
|
|
|
|
|
|
|
<!-- Twitter Bootstrap -->
|
2016-08-14 02:31:15 +00:00
|
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/js/bootstrap.min.js"></script>
|
2016-06-28 21:18:59 +00:00
|
|
|
|
|
|
|
<!-- Readmore.js -->
|
|
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/Readmore.js/2.2.0/readmore.min.js"></script>
|
|
|
|
|
|
|
|
<?php if(isset($bansPage)) { ?>
|
2016-07-25 14:14:04 +00:00
|
|
|
<script>var datatablesUrl = "<?php tl($lang["banlist"]["datatablesurl"]); ?>";</script>
|
|
|
|
|
2016-06-28 21:18:59 +00:00
|
|
|
<!-- DataTables for Bootstrap -->
|
|
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/datatables/1.10.12/js/jquery.dataTables.min.js"></script>
|
|
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/datatables/1.10.12/js/dataTables.bootstrap.min.js"></script>
|
|
|
|
<script src="js/bans.js"></script>
|
|
|
|
<?php } ?>
|
|
|
|
|
|
|
|
<!-- Custom JS -->
|
2016-07-25 14:14:04 +00:00
|
|
|
<script>
|
|
|
|
var apiurl = "api/status<?php echo $config["general"]["enablehta"] ? "" : ".php"; ?>";
|
|
|
|
</script>
|
2016-06-29 00:49:18 +00:00
|
|
|
|
2016-06-28 21:18:59 +00:00
|
|
|
<script src="js/script.js"></script>
|
|
|
|
<script src="js/status.js"></script>
|
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|
|
|
|
<?php
|
|
|
|
$end = microtime(true);
|
|
|
|
$creationtime = ($end - $start);
|
|
|
|
printf("<!-- Page generated " . date('d-m-Y H:i:s') . " in %.6f seconds. -->", $creationtime);
|
|
|
|
?>
|