lbry.com/view/template/nav/_errorFooter.php

5 lines
No EOL
194 B
PHP

<div>
<?php echo __('page.error_contact_us', [
'%email%' => '<a class="link-primary" href="mailto:' . Config::HELP_CONTACT_EMAIL . '">' . Config::HELP_CONTACT_EMAIL . '</a>'
]) ?>
</div>