Client Portal - Add company logo to header banner

This commit is contained in:
Marcus Hill
2025-06-28 14:28:25 +01:00
parent eb11e5b2f8
commit 19af05ebee
3 changed files with 9 additions and 7 deletions

View File

@@ -139,10 +139,13 @@ header("X-Frame-Options: DENY"); // Legacy
</div>
<div class="col-md-11 p-0">
<?php if ($session_company_logo) { ?>
<img height="48" width="142" class="img-fluid float-right" src="<?php echo "../uploads/settings/$session_company_logo"; ?>">
<?php } ?>
<h4>Welcome, <strong><?php echo stripslashes(nullable_htmlentities($session_contact_name)); ?></strong>!</h4>
<hr>
</div>
</div>
<hr>
<?php
//Alert Feedback