shop.balmet.com

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

footer.twig (1503B)


      1 <footer>
      2   <div class="container">
      3     <div class="row">
      4       {% if informations %}
      5       <div class="col-sm-5">
      6         <h5>{{ text_information }}</h5>
      7         <ul class="list-unstyled">
      8          {% for information in informations %}
      9           <li><a href="{{ information.href }}">{{ information.title }}</a></li>
     10           {% endfor %}
     11         </ul>
     12       </div>
     13       {% endif %}
     14       <div class="col-sm-5">
     15         <h5>{{ text_service }}</h5>
     16         <ul class="list-unstyled">
     17           <li><a href="{{ contact }}">{{ text_contact }}</a></li>
     18           <li><a href="{{ return }}">{{ text_return }}</a></li>
     19           <li><a href="{{ sitemap }}">{{ text_sitemap }}</a></li>
     20         </ul>
     21       </div>
     22           <div class="col-sm-2">
     23         <h5>{{ text_account }}</h5>
     24         <ul class="list-unstyled">
     25           <li><a href="{{ account }}">{{ text_account }}</a></li>
     26           <li><a href="{{ order }}">{{ text_order }}</a></li>
     27           <li><a href="{{ wishlist }}">{{ text_wishlist }}</a></li>
     28           <li><a href="{{ newsletter }}">{{ text_newsletter }}</a></li>
     29         </ul>
     30       </div>
     31     </div>
     32     <hr>
     33     <p>{{ powered }}</p>
     34   </div>
     35 </footer>
     36 {% for script in scripts %}
     37 <script src="{{ script }}" type="text/javascript"></script>
     38 {% endfor %}
     39 <!--
     40 OpenCart is open source software and you are free to remove the powered by OpenCart if you want, but its generally accepted practise to make a small donation.
     41 Please donate via PayPal to donate@opencart.com
     42 //-->
     43 </body></html>