v 1.3.0 - i18n
This commit is contained in:
@ -7,10 +7,10 @@
|
||||
<div class="footer">
|
||||
<div class="container">
|
||||
<hr>
|
||||
<p class="pull-left">© <?php echo $config["general"]["title"]; ?> 2016</p>
|
||||
<p class="pull-left">© <?php tl($config["general"]["title"]); ?> 2016</p>
|
||||
<div class="pull-right">
|
||||
<ul class="list-inline">
|
||||
<li><p><small>Strona © <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 © <a href="http://nabulsigraphix.wix.com/commissions">NabulsiGraphix</a></small></p></li>
|
||||
<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.0 | 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>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
@ -30,6 +30,8 @@
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/Readmore.js/2.2.0/readmore.min.js"></script>
|
||||
|
||||
<?php if(isset($bansPage)) { ?>
|
||||
<script>var datatablesUrl = "<?php tl($lang["banlist"]["datatablesurl"]); ?>";</script>
|
||||
|
||||
<!-- 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>
|
||||
@ -37,7 +39,9 @@
|
||||
<?php } ?>
|
||||
|
||||
<!-- Custom JS -->
|
||||
<script>var apiurl = "api/status<?php echo $config["general"]["enablehta"] ? "" : ".php" ?>";</script>
|
||||
<script>
|
||||
var apiurl = "api/status<?php echo $config["general"]["enablehta"] ? "" : ".php"; ?>";
|
||||
</script>
|
||||
|
||||
<script src="js/script.js"></script>
|
||||
<script src="js/status.js"></script>
|
||||
|
Reference in New Issue
Block a user