display version in footer

This commit is contained in:
myvesta 2020-05-07 23:25:32 +02:00 committed by GitHub
commit f6da475cc5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,9 @@
</div>
<div style="position: fixed; top: 92%; right: 1%;">
<div style="margin-right: 100px;"><span style="font-weight: bold;">myVesta <?php echo $vesta_version;?></span><br />Build date: <?php echo $vesta_build_date;?></div>
</div>
<div title="<?=__('Confirmation')?>" class="confirmation-text-redirect hidden">
<p class="confirmation"><?=__('LEAVE_PAGE_CONFIRMATION')?></p>
</div>