Update published_on_lbry_banner.php

This commit is contained in:
Thomas Zarebczan 2020-04-01 18:12:25 -04:00 committed by GitHub
parent 441534fe9e
commit 0407104d71
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,13 +7,13 @@
} }
if ($url) { if ($url) {
$url = str_replace('lbry://', 'lbry.tv/', $url); $url = str_replace('lbry://', 'open.lbry.com/', $url);
} }
?> ?>
<div class="lbry-published-banner"> <div class="lbry-published-banner">
<h5>Stored Safely on Blockchain</h5> <h5>Stored Safely on Blockchain</h5>
<p> <p>
This post is published to <a href="https://lbry.io/get">LBRY</a> blockchain This post is published to <a href="https://lbry.com/get">LBRY</a> blockchain
<?php if($url): ?> <?php if($url): ?>
at <a href="https://<?= $url ?>"><?= $url ?></a>. at <a href="https://<?= $url ?>"><?= $url ?></a>.
<?php else: ?> <?php else: ?>
@ -21,6 +21,6 @@
<?php endif; ?> <?php endif; ?>
</p> </p>
<p> <p>
<a href="https://lbry.io/get" target="_blank">Try LBRY</a> to experience content freedom, earn crypto, and support The Anti-Media! <a href="https://lbry.com/get" target="_blank">Try LBRY</a> to experience content freedom, earn crypto, and support us directly!
</p> </p>
</div> </div>