2 lines
63 B
PHP
2 lines
63 B
PHP
<?php print number_format($distance, 2) . ' ' . $shortunit; ?>
|
<?php print number_format($distance, 2) . ' ' . $shortunit; ?>
|