Browse Source

update footer description

main
ghost 3 years ago
parent
commit
c8fc6a1994
  1. 2
      src/application/view/common/footer.phtml

2
src/application/view/common/footer.phtml

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
<div class="t-center c-2">
<p><small><?php echo sprintf(_('Twisterarmy Cloud is the <a class="c-0" href="%s">Open Source</a> web interface to interact <a class="c-0" href="%s">Twister Network</a> remotely.'), 'https://github.com/twisterarmy/cloud-server', 'http://twister.net.co') ?></small></p>
<p><small><?php echo _('* software under development. Import existing wallets on your own risk.') ?></small></p>
<p><small><?php echo sprintf(_('%s users in %s blocks'), $usersTotal, $blocksTotal) ?></small></p>
<p><small><?php echo sprintf(_('Network status: %s users in %s blocks'), $usersTotal, $blocksTotal) ?></small></p>
<p class="mt-20"><small><?php echo sprintf(_('version %s'), SERVER_VERSION) ?> <i class="bi bi-suit-heart"></i></small></p>
<p class="mt-10 f-size-16"></p>
</div>

Loading…
Cancel
Save