2 lines
114 B
PHP
2 lines
114 B
PHP
<?= number_format($__accounts) ?> player<?= $__accounts > 1 ? "s" : "" ?>,
|
|
<?= number_format($__online) ?> online
|