id/views/partials/footer.php

4 lines
258 B
PHP
Raw Normal View History

2024-06-28 19:28:43 +01:00
<footer>
2024-06-29 22:52:46 +01:00
<div>&copy; 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>
2024-06-28 19:28:43 +01:00
</footer>