Update more broken links from file dirextory consolidation

This commit is contained in:
johnnyq
2025-07-29 14:32:43 -04:00
parent 4ec1441189
commit 9ee76213e1
328 changed files with 1210 additions and 1202 deletions

View File

@@ -36,7 +36,7 @@ $company_initials = nullable_htmlentities(initials($company_name));
<div class="row">
<div class="col-md-3 text-center">
<?php if ($company_logo) { ?>
<img class="img-thumbnail" src="<?php echo "uploads/settings/$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>
<?php } ?>
@@ -168,4 +168,4 @@ $company_initials = nullable_htmlentities(initials($company_name));
</div>
<?php
require_once "includes/footer.php";
require_once "../includes/footer.php";