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:
johnnyq
2025-01-30 11:38:34 -05:00
parent aa87a11f12
commit b3c7b00e61
3 changed files with 3 additions and 3 deletions

View File

@@ -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>