mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-31 09:21:26 +00:00
Update _base.php
This commit is contained in:
parent
66a1181695
commit
78901ce30c
1 changed files with 2 additions and 2 deletions
|
@ -338,7 +338,7 @@
|
||||||
<tr>
|
<tr>
|
||||||
<td class="aligncenter content-block">
|
<td class="aligncenter content-block">
|
||||||
<a href="https://lbry.io">LBRY Inc</a>
|
<a href="https://lbry.io">LBRY Inc</a>
|
||||||
• 848 Elm St. #310, Manchester, NH 03101
|
• 834 Elm St., Manchester, NH 03101
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
@ -352,4 +352,4 @@
|
||||||
<?php $emailHtml = ob_get_clean() ?>
|
<?php $emailHtml = ob_get_clean() ?>
|
||||||
<?php
|
<?php
|
||||||
$e = new \Pelago\Emogrifier($emailHtml, '');
|
$e = new \Pelago\Emogrifier($emailHtml, '');
|
||||||
echo trim($e->emogrify());
|
echo trim($e->emogrify());
|
||||||
|
|
Loading…
Add table
Reference in a new issue