Merge pull request #570 from ykris45/patch-5

add LBRY Shop to footer ( ready to merge)
This commit is contained in:
Julie Sigwart 2018-05-23 08:22:04 -07:00 committed by GitHub
commit c7f28e858b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 3 deletions

View file

@ -10,6 +10,9 @@
<a href="/"><?php echo __('nav.home') ?></a>
</div>
<?php echo View::render('nav/_globalItems') ?>
<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">
<a href="https://en.wikipedia.org/wiki/Free_Speech_Flag" class="footer-img-link">
<img src="/img/Free-speech-flag.svg" alt="Free Speech Flag" height="30"/>

View file

@ -39,6 +39,9 @@
<div class="spacer1">
<a href="/credit-reports" class="link-primary">Credit Reports</a>
</div>
<div class="spacer1">
<a href="https://shop.lbry.io" class="link-primary">LBRY Merchandise Shop</a>
</div>
</div>
</div>
</div>
@ -51,7 +54,6 @@
</div>
</div>
</div>
<div class="span4">
<div class="cover cover-dark cover-dark-grad">
<div class="content content-dark content-tile">
@ -62,6 +64,5 @@
</div>
</div>
</div>
</main>
<?php echo View::render('nav/_footer') ?>