add LBRY Shop ito footer

This commit is contained in:
YULIUS KURNIAWAN KRISTIANTO 2018-05-22 17:22:19 +07:00 committed by GitHub
parent 771b205d79
commit f4063597ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,6 +7,9 @@
<a href="<?php echo $url ?>" <?php echo $selectedItem === $url ? 'class="nav-active"' : ''?>><?php echo $label ?></a>
</div>
<?php endforeach ?>
<div class="control-item no-label-desktop">
<a href="https://shop.lbry.io" target="_blank"><span class="btn-label">LBRY Shop</span> <span class="icon-fw icon-shopping-cart"></span></a>
</div>
<div class="control-item no-label-desktop">
<a href="https://twitter.com/lbryio" target="_blank"><span class="btn-label">Twitter</span> <span class="icon-fw icon-twitter"></span></a>
</div>