Add Company Website to Guest Sharing footer

This commit is contained in:
johnnyq
2024-01-04 18:39:19 -05:00
parent 74abe28c33
commit 5914996c41

View File

@@ -237,7 +237,7 @@ if ($item_type == "Document") {
</div>
<div class="card-footer">
<?php echo "<i class='fas fa-phone fa-fw mr-2'></i>$company_phone | <i class='fas fa-envelope fa-fw mr-2 ml-2'></i>$company_email"; ?>
<?php echo "<i class='fas fa-phone fa-fw mr-2'></i>$company_phone | <i class='fas fa-globe fa-fw mr-2 ml-2'></i>$company_website"; ?>
</div>
<?php