More Var Fixes

This commit is contained in:
johnnyq
2022-02-13 15:59:27 -05:00
parent 1b22c72851
commit 5e4cc4067b
5 changed files with 10 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
<div class="modal-dialog">
<div class="modal-content bg-dark">
<div class="modal-header">
<h5 class="modal-title"><i class="fa fa-fw fa-building"></i> <?php echo $name; ?> Companies</h5>
<h5 class="modal-title"><i class="fa fa-fw fa-building"></i> <?php echo $user_name; ?> Companies</h5>
<button type="button" class="close text-white" data-dismiss="modal">
<span>&times;</span>
</button>