display verified tags
This commit is contained in:
parent
c2a19d91c1
commit
c8ca48220f
1 changed files with 3 additions and 0 deletions
|
@ -88,6 +88,9 @@
|
|||
<div class="address-head">
|
||||
<h3>LBRY Address</h3>
|
||||
<h4><?php echo $address->Address ?></h4>
|
||||
<?php if (isset($address->Tag) && strlen(trim($address->Tag)) > 0): ?>
|
||||
<?php if (strlen(trim($address->TagUrl)) > 0): ?><a href="<?php echo $address->TagUrl ?>" target="_blank" rel="nofollow"><?php echo $address->Tag ?></a><?php else: echo $address->Tag; endif; ?>
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
|
||||
<div class="address-subhead">
|
||||
|
|
Loading…
Reference in a new issue