Update published_on_lbry_banner.php
This commit is contained in:
parent
441534fe9e
commit
0407104d71
1 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue