Skip to content

Commit

Permalink
non bindable company name
Browse files Browse the repository at this point in the history
  • Loading branch information
remdex committed Feb 15, 2022
1 parent 3bc26d5 commit aaf69fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
@@ -1,7 +1,7 @@
<?php if (!isset($Result['body_class'])) : ?>
<div class="p-1 border-top" translate="no">
<p class="float-right small"><a target="_blank" rel="noreferrer" href="http://livehelperchat.com">Live Helper Chat &copy; <?php echo date('Y')?></a></p>
<p class="small"><a rel="noreferrer" href="<?php echo erLhcoreClassModelChatConfig::fetch('customer_site_url')->current_value?>"><?php echo htmlspecialchars(erLhcoreClassModelChatConfig::fetch('customer_company_name')->current_value)?></a></p>
<p class="small" ng-non-bindable><a rel="noreferrer" href="<?php echo erLhcoreClassModelChatConfig::fetch('customer_site_url')->current_value?>"><?php echo htmlspecialchars(erLhcoreClassModelChatConfig::fetch('customer_company_name')->current_value)?></a></p>
</div>
<?php endif; ?>

Expand Down
@@ -1,4 +1,4 @@
<div class="mt-1 p-1 border-top" id="page-footer-user">
<p class="float-right small mb-0"><a target="_blank" rel="noreferrer" href="http://livehelperchat.com">Live Helper Chat &copy; <?php echo date('Y')?></a></p>
<p class="small mb-0"><a rel="noreferrer" href="<?php if (isset($Result['theme']) !== false && $Result['theme']->widget_copyright_url != '') : ?><?php echo htmlspecialchars($Result['theme']->widget_copyright_url) ?><?php else : ?><?php echo erLhcoreClassModelChatConfig::fetch('customer_site_url')->current_value?><?php endif;?>" target="_blank"><?php if (isset($Result['theme'])) : ?><?php echo htmlspecialchars($Result['theme']->name_company)?><?php else : ?><?php echo htmlspecialchars(erLhcoreClassModelChatConfig::fetch('customer_company_name')->current_value)?><?php endif;?></a></p>
<p class="small mb-0" ng-non-bindable><a rel="noreferrer" href="<?php if (isset($Result['theme']) !== false && $Result['theme']->widget_copyright_url != '') : ?><?php echo htmlspecialchars($Result['theme']->widget_copyright_url) ?><?php else : ?><?php echo erLhcoreClassModelChatConfig::fetch('customer_site_url')->current_value?><?php endif;?>" target="_blank"><?php if (isset($Result['theme'])) : ?><?php echo htmlspecialchars($Result['theme']->name_company)?><?php else : ?><?php echo htmlspecialchars(erLhcoreClassModelChatConfig::fetch('customer_company_name')->current_value)?><?php endif;?></a></p>
</div>

0 comments on commit aaf69fb

Please sign in to comment.