mirror of
https://github.com/itflow-org/itflow
synced 2026-03-01 03:14:52 +00:00
Open up Apple Maps instead of maps.google.com in IOS
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<tr>
|
||||
<td><i class="fa fa-map-marker"></i></td>
|
||||
<td>
|
||||
<a href="https://maps.google.com?q=<?php echo "$client_address $client_zip"; ?>" target="_blank">
|
||||
<a href="//maps.<?php echo $session_map_source; ?>.com/?q=<?php echo "$client_address $client_zip"; ?>" target="_blank">
|
||||
<?php echo $client_address; ?>
|
||||
<br>
|
||||
<?php echo "$client_city $client_state $client_zip"; ?>
|
||||
|
||||
Reference in New Issue
Block a user