Updated the Readme

This commit is contained in:
johnny@pittpc.com
2019-08-29 18:00:16 -04:00
parent 5fe485a28c
commit 71decb9332
3 changed files with 10 additions and 11 deletions

View File

@@ -93,7 +93,7 @@ if(isset($_GET['client_id'])){
<div class="card-body">
<div class="row">
<div class="col">
<h4 class="text-secondary">Address</h4>
<h4 class="text-secondary"><strong><?php echo $client_name; ?></strong></h4>
<a href="//maps.<?php echo $session_map_source; ?>.com/?q=<?php echo "$client_address $client_zip"; ?>" target="_blank">
<div class="ml-1"><?php echo $client_address; ?></div>
<div class="ml-1"><?php echo "$client_city $client_state $client_zip"; ?></div>