Lbry addresses #35

Merged
marcdeb1 merged 4 commits from lbry-addresses into master 2018-10-19 17:00:51 +02:00
Showing only changes of commit fd6f73c22d - Show all commits

View file

@ -50,7 +50,7 @@
<td class="topvalign"><a href="/address/<?php echo $item->Address ?>" target="_blank"><?php echo $item->Address ?></a>
<?php if(in_array($item->Address, $lbryAddresses)): ?>
<span class="lbry-address">
<img src="/img/lbry.png" height="18px" width="18px" title="Address owned by LBRY"/>
<img src="/img/lbry.png" height="18px" width="18px" title="Address owned by LBRY Inc."/>
</span>
<?php endif; ?>
<?php if (isset($item->Tag) && strlen(trim($item->Tag)) > 0): ?>