mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Client Portal - Add company logo to header banner
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user