mirror of
https://github.com/YGGverse/YGGstate.git
synced 2025-01-26 14:34:19 +00:00
update footer line break
This commit is contained in:
parent
f4118d9f3c
commit
7edb88a67a
@ -354,8 +354,9 @@ $peers = $memory->getByMethodCallback(
|
||||
<div class="column width-50 width-tablet-100 width-mobile-100 text-right">
|
||||
<?php echo sprintf(_('server time: %s / %s'), time(), date('c')) ?>
|
||||
<br />
|
||||
<?php echo sprintf(_('database since %s contains %s peers'), date('M, Y', $memory->getByMethodCallback($db, 'getPeerFirstByTimeAdded')->timeAdded),
|
||||
$memory->getByMethodCallback($db, 'getPeersTotal')) ?>
|
||||
<?php echo sprintf(_('database since %s contains %s peers'),
|
||||
date('M, Y', $memory->getByMethodCallback($db, 'getPeerFirstByTimeAdded')->timeAdded),
|
||||
$memory->getByMethodCallback($db, 'getPeersTotal')) ?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -344,7 +344,9 @@ $peerInfo = $memory->getByMethodCallback($db, 'getPeerInfo', [$requestPeerId]);
|
||||
<div class="column width-50 width-tablet-100 width-mobile-100 text-right">
|
||||
<?php echo sprintf(_('server time: %s / %s'), time(), date('c')) ?>
|
||||
<br />
|
||||
<?php echo sprintf(_('database since %s contains %s peers'), date('M, Y', $memory->getByMethodCallback($db, 'getPeerFirstByTimeAdded')->timeAdded), $memory->getByMethodCallback($db, 'getPeersTotal')) ?>
|
||||
<?php echo sprintf(_('database since %s contains %s peers'),
|
||||
date('M, Y', $memory->getByMethodCallback($db, 'getPeerFirstByTimeAdded')->timeAdded),
|
||||
$memory->getByMethodCallback($db, 'getPeersTotal')) ?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user