MAPG-165 don't write 'Release_' into footer

This commit is contained in:
Bence Pőcze 2020-06-22 21:17:02 +02:00
parent 0d097aacb5
commit 675d7e60d0

View File

@ -1,5 +1,5 @@
</main> </main>
<footer> <footer>
<p><span class="bold"><?= $_ENV['APP_NAME'] ?></span> <?= VERSION ?></p><!-- <p><span class="bold"><?= $_ENV['APP_NAME'] ?></span> <?= str_replace('Release_', '', VERSION) ?></p><!--
--><p>&copy; Pőcze Bence <?= (new DateTime(REVISION_DATE))->format('Y') ?></p> --><p>&copy; Pőcze Bence <?= (new DateTime(REVISION_DATE))->format('Y') ?></p>
</footer> </footer>