mirror of https://github.com/itflow-org/itflow
Add Company Website to Guest Sharing footer
This commit is contained in:
parent
74abe28c33
commit
5914996c41
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue