mirror of
https://github.com/itflow-org/itflow
synced 2026-03-01 03:14:52 +00:00
Fix broken image link in user pref and company details ig not avatar or company logo is present update nav user icon
This commit is contained in:
@@ -33,7 +33,7 @@ $company_initials = nullable_htmlentities(initials($company_name));
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-3 text-center">
|
||||
<?php if(file_exists("uploads/settings/$company_logo")) { ?>
|
||||
<?php if($company_logo) { ?>
|
||||
<img class="img-thumbnail" src="<?php echo "uploads/settings/$company_logo"; ?>">
|
||||
<a href="post.php?remove_company_logo" class="btn btn-outline-danger btn-block">Remove Logo</a>
|
||||
<hr>
|
||||
|
||||
Reference in New Issue
Block a user