custom/plugins/System4ShopTheme/src/Resources/views/storefront/layout/footer/footer.html.twig line 1

Open in your IDE?
  1. {% block layout_footer_inner_container %}
  2.     <div class="container">
  3.         {% block layout_footer_navigation %}
  4.             <div id="footerColumns" class="row footer-columns" data-collapse-footer="true" role="list">
  5.                 {% block layout_footer_navigation_hotline %}{% endblock %}
  6.                 {% block layout_footer_service_menu %}
  7.                     <div class="container">
  8.                         {% block layout_footer_service_menu_content %}
  9.                             {% apply spaceless %}
  10.                             <ul class="footer-service-menu-list list-unstyled">
  11.                                 {% for serviceMenuItem in page.header.serviceMenu %}
  12.                                     {% block layout_footer_service_menu_item %}
  13.                                         <li class="footer-service-menu-item">
  14.                                             <a class="footer-service-menu-link" href="{{ category_url(serviceMenuItem) }}" {% if category_linknewtab(serviceMenuItem) %} target="_blank" {% endif %} title="{{ serviceMenuItem.translated.name }}">
  15.                                                 {{ serviceMenuItem.translated.name }}
  16.                                             </a>
  17.                                         </li>
  18.                                     {% endblock %}
  19.                                 {% endfor %}
  20.                             </ul>
  21.                             {% endapply %}
  22.                         {% endblock %}
  23.                     </div>
  24.                 {% endblock %}
  25.                 {% block layout_footer_navigation_columns %}
  26.                     {% for root in page.footer.navigation.tree %}
  27.                         {% block layout_footer_navigation_column %}
  28.                             <div class="col-12 footer-column">
  29.                                 {% block layout_footer_navigation_information_headline %}{% endblock %}
  30.                                 {% block layout_footer_navigation_information_content %}
  31.                                     <div class="footer-column-content">
  32.                                         <div class="footer-column-content-inner">
  33.                                             {% block layout_footer_navigation_information_links %}
  34.                                                 <ul class="list-unstyled footer-nav-links">
  35.                                                     {% for treeItem in root.children %}
  36.                                                         {% set category = treeItem.category %}
  37.                                                         {% set name = category.translated.name %}
  38.                                                         {# @deprecated tag:v6.5.0 - Use "category.translated.externalLink" directly or category_url function instead. #}
  39.                                                         {% set externalLink = category.translated.externalLink %}
  40.                                                         {% block layout_footer_navigation_information_link_item %}
  41.                                                             <li class="footer-link-item">
  42.                                                                 {% block layout_footer_navigation_information_link %}
  43.                                                                     {% if category.type == 'folder' %}
  44.                                                                         <div>{{ name }}</div>
  45.                                                                     {% else %}
  46.                                                                         <a class="footer-link" href="{{ category_url(category) }}" {% if category_linknewtab(category) %} target="_blank" {% endif %} title="{{ name }}">
  47.                                                                             {{ name }}
  48.                                                                         </a>
  49.                                                                     {% endif %}
  50.                                                                 {% endblock %}
  51.                                                             </li>
  52.                                                         {% endblock %}
  53.                                                     {% endfor %}
  54.                                                 </ul>
  55.                                             {% endblock %}
  56.                                         </div>
  57.                                     </div>
  58.                                 {% endblock %}
  59.                             </div>
  60.                         {% endblock %}
  61.                     {% endfor %}
  62.                 {% endblock %}
  63.             </div>
  64.         {% endblock %}
  65.         
  66.         {% block layout_footer_payment_logos %}
  67.             {% if paymentIcons %}
  68.                 <div class="payment-icons">
  69.                     {% for key,value in paymentIcons %}
  70.                         <a href="{{value.link}}" target="_blank">
  71.                             <img src="{{value.media.url}}" class="img-fluid footer-logo-image" width="60" height="30" alt="{{value.alt}}">
  72.                         </a>
  73.                     {% endfor %}
  74.                 </div>
  75.             {% endif %}
  76.         {% endblock %}
  77.         {% block layout_footer_payment_shipping_logos %}{% endblock %}
  78.         
  79.     </div>
  80.     {% block layout_footer_bottom %}
  81.         <div class="footer-bottom">
  82.             {% block layout_social_media %}
  83.                 <div class="follow-text">
  84.                     <span>{{ "system4ShopTheme.footer.labels.followLabel"|trans|sw_sanitize }}</span>
  85.                 </div>
  86.                 <ul class="list-unstyled social-media">
  87.                     {% if config('System4ShopTheme.config.smfacebookLink') %}
  88.                         <li>
  89.                             <a href="{{ config('System4ShopTheme.config.smfacebookLink') |raw }}" target="_blank">
  90.                                 <img src="{{ asset('/assets/images/facebook.svg', 'theme') }}" width="35" height="35">
  91.                             </a>
  92.                         </li>
  93.                     {% endif %}
  94.                     {% if config('System4ShopTheme.config.smInstagramLink') %}
  95.                         <li>
  96.                             <a href="{{ config('System4ShopTheme.config.smInstagramLink') |raw }}" target="_blank">
  97.                                 <img src="{{ asset('/assets/images/instagram.svg', 'theme') }}" width="35" height="35">
  98.                             </a>
  99.                         </li>
  100.                     {% endif %}
  101.                     {% if config('System4ShopTheme.config.smTwitterLink') %}
  102.                         <li>
  103.                             <a href="{{ config('System4ShopTheme.config.smTwitterLink') |raw }}" target="_blank">
  104.                                 <img src="{{ asset('/assets/images/twitter.svg', 'theme') }}" width="35" height="35">
  105.                             </a>
  106.                         </li>
  107.                     {% endif %}
  108.                     {% if config('System4ShopTheme.config.smPinterestLink') %}
  109.                         <li>
  110.                             <a href="{{ config('System4ShopTheme.config.smPinterestLink') |raw }}" target="_blank">
  111.                                 <img src="{{ asset('/assets/images/pinterest.svg', 'theme') }}" width="35" height="35">
  112.                             </a>
  113.                         </li>
  114.                     {% endif %}
  115.                     {% if config('System4ShopTheme.config.smYoutubeLink') %}
  116.                         <li>
  117.                             <a href="{{ config('System4ShopTheme.config.smYoutubeLink') |raw }}" target="_blank">
  118.                                 <img src="{{ asset('/assets/images/youtube.svg', 'theme') }}" width="35" height="35">
  119.                             </a>
  120.                         </li>
  121.                     {% endif %}
  122.                 </ul>
  123.             {% endblock %}
  124.             {% block layout_footer_vat %}{% endblock %}
  125.             {% block layout_footer_copyright %}{% endblock %}
  126.         </div>
  127.     {% endblock %}
  128. {% endblock %}