Update _globalItems.php

delete shop lbry io on _globalitems.php and moved to _footer.php
This commit is contained in:
YULIUS KURNIAWAN KRISTIANTO 2018-05-22 22:57:05 +07:00 committed by GitHub
parent f4063597ce
commit 00f0591dcb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,9 +7,6 @@
<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>