tocuhed up avatar icon and placement on top nav

This commit is contained in:
johnny@pittpc.com
2019-08-03 16:46:12 -04:00
parent dfebcaedfe
commit 09e2ce4369
6 changed files with 165 additions and 60 deletions

View File

@@ -109,9 +109,14 @@ if(isset($_GET['client_id'])){
<?php
}
?>
<?php
if(!empty($client_phone)){
?>
<i class="fa fa-fw fa-phone text-secondary ml-1 mr-2 mb-2"></i> <?php echo $client_phone; ?>
<br>
<?php
}
?>
<?php
if(!empty($client_website)){
?>