mirror of https://github.com/byecorps/id.git
New execution time footer setup
This commit is contained in:
parent
e88a087a41
commit
c11542e512
|
@ -1,4 +1,9 @@
|
|||
<footer>
|
||||
<div class="item">
|
||||
<div>© ByeCorps 2024 :: <a href="/credits"><?= get_string('page.credits') ?></a></div>
|
||||
<div><b><?= get_string('footer.executionTime') ?>: </b> <?= round((microtime(true) - $_SERVER['REQUEST_TIME_FLOAT']) * 1000, 3) ?> ms</div>
|
||||
<div><?= get_string('footer.executionTime', ['time'=>round((microtime(true) - $_SERVER['REQUEST_TIME_FLOAT']) * 1000, 3)]) ?></div>
|
||||
</div>
|
||||
<div class="item">
|
||||
<script src="/scripts/langauge_switcher.js" defer></script>
|
||||
</div>
|
||||
</footer>
|
Loading…
Reference in New Issue