mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
5 lines
No EOL
194 B
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>
|