mapguesser/views/templates/footer.php

5 lines
188 B
PHP
Raw Normal View History

2020-06-21 22:18:35 +02:00
</main>
<footer>
<p><span class="bold"><?= $_ENV['APP_NAME'] ?></span> <?= VERSION ?></p><!--
2020-06-21 22:18:35 +02:00
--><p>&copy; Pőcze Bence <?= (new DateTime(REVISION_DATE))->format('Y') ?></p>
</footer>