Skip to content

Commit 5406492

Browse files
committed
Use at-sign svg image
1 parent 832f75d commit 5406492

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

src/static/a/svg/at-sign-white.svg

+1
Loading

src/static/a/svg/at-sign.svg

+1
Loading

src/templates/Legal.phtml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ and/or other countries.
6565
<li>Donation's purpose is to pay for hosting of this website and all associated costs, and to further the development of open-source software (OSS).</li>
6666
<li>Donations are not acceptable as payment for goods, products, or merchant items.</li>
6767
<li>In absolutely no scenario will a donation be used to willfully violate Blizzard Entertainment's Terms of Service or Battle.net&trade;'s Terms of Service.</li>
68-
<li>All questions and concerns related to material on this website or other matter should be communicated to <code><?=filter_var($email_mailbox, FILTER_SANITIZE_FULL_SPECIAL_CHARS)?></code> <span>at</span> <code><?=filter_var($email_domain, FILTER_SANITIZE_FULL_SPECIAL_CHARS)?></code>, it will reach the appropriate person. Responses to this communication medium are not guaranteed due to the volume of emails that may be received.
68+
<li>All questions and concerns related to material on this website or other matter should be communicated to <?=filter_var($email_mailbox, FILTER_SANITIZE_FULL_SPECIAL_CHARS)?><img width="13" height="13" alt="&#64;" src="<?=Common::relativeUrlToAbsolute('/a/svg/at-sign-white.svg' . $_unique_asset)?>"/><?=filter_var($email_domain, FILTER_SANITIZE_FULL_SPECIAL_CHARS)?>, it will reach the appropriate person. Responses to this communication medium are not guaranteed due to the volume of emails that may be received.
6969
<? if (Common::$config->discord->enabled) { ?>
7070
Alternatively, you may try reaching BNETDocs staff via <a href="<?=Common::relativeUrlToAbsolute('/discord')?>">Discord</a>.
7171
<? } ?></li>

src/templates/PrivacyNotice.phtml

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ require('./header.inc.phtml'); ?>
9494
<p>If you have any questions about this privacy notice, the data held on you, or you would like to exercise one of your data protection rights, please do not hesitate to get in contact.</p>
9595

9696
<h2><a id="how-to-contact"><strong>How to contact</strong></a></h2>
97-
<p>You may send an email message to the site owner. Please write to <code><?=filter_var($email_mailbox, FILTER_SANITIZE_FULL_SPECIAL_CHARS)?></code> <span>at</span> <code><?=filter_var($email_domain, FILTER_SANITIZE_FULL_SPECIAL_CHARS)?></code>, it will reach the appropriate person.</p>
97+
<p>You may send an email message to the site owner. Please write to <?=filter_var($email_mailbox, FILTER_SANITIZE_FULL_SPECIAL_CHARS)?><img width="13" height="13" alt="&#64;" src="<?=Common::relativeUrlToAbsolute('/a/svg/at-sign-white.svg' . $_unique_asset)?>"/><?=filter_var($email_domain, FILTER_SANITIZE_FULL_SPECIAL_CHARS)?>, it will reach the appropriate person.</p>
9898
<? if (Common::$config->discord->enabled) { ?>
9999
<p>Alternatively, you may try reaching <?=$org?> staff via <a href="<?=Common::relativeUrlToAbsolute('/discord')?>">Discord</a>.</p>
100100
<? } ?>

0 commit comments

Comments
 (0)