rename models and associates, isolate botanic with shop
This commit is contained in:
22
resources/views/Shop/_partials/footer-after.twig
Normal file
22
resources/views/Shop/_partials/footer-after.twig
Normal file
@@ -0,0 +1,22 @@
|
||||
<div class="footer-after">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-6 col-xs-12">
|
||||
<p class="footer-aftertext">
|
||||
<a class="_blank" href="http://www.huma.net" target="_blank">© 2020 - Logiciel e-commerce par HumaN.E.T</a>
|
||||
</p>
|
||||
</div>
|
||||
<div class="col-lg-6 col-xs-12">
|
||||
<div class="col-lg-12 footer-block col-xs-12 paymentlogo-container">
|
||||
<span>Payment</span>
|
||||
<img src="/img/payments/discover.png" alt="Discover"/>
|
||||
<img src="/img/payments/visa.png" alt="Visa" />
|
||||
<img src="/img/payments/jcb.png" alt="JCB" />
|
||||
<img src="/img/payments/paypal.png" alt="PayPal" />
|
||||
<img src="/img/payments/mastercard.png" alt="Master Card" />
|
||||
<img src="/img/payments/americanexpress.png" alt="American Express" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user