mirror of
https://github.com/itflow-org/itflow
synced 2026-08-16 04:25:13 +00:00
Add formatAddress function and replace all addresses with it
This commit is contained in:
@@ -277,7 +277,7 @@ ob_start();
|
||||
<div class="font-weight-bold"><?= $location_name ?></div>
|
||||
<div class="text-muted">
|
||||
<?= $location_address ?><br>
|
||||
<?= "$location_city $location_state $location_zip" ?><br>
|
||||
<?= formatAddress('', $location_city, $location_state, $location_zip, '', ' ') ?><br>
|
||||
<?= $location_country ?>
|
||||
</div>
|
||||
<?php } else { ?>
|
||||
|
||||
Reference in New Issue
Block a user