custom/plugins/CogiFooterObstde/src/Resources/views/storefront/base.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/base.html.twig' %}
  2. {# default 24f52be4018641608f495d52d3ee51f5 #}
  3. {# fruits-best.de f8814d553e4d438eb543adcf101a043c #}
  4. {% set salesChannelId = "f8814d553e4d438eb543adcf101a043c" %}
  5. {% block base_footer %}
  6.     <footer class="footer-main" 
  7.     {% if context.salesChannel.id == salesChannelId %}
  8.         style="background: #9fc02b;"
  9.     {% endif %}>
  10.         {% block base_footer_inner %}
  11.             <div class="container">
  12.                 {% sw_include '@Storefront/storefront/layout/footerNew/footerNew.html.twig' %}
  13.             </div>
  14.         {% endblock %}
  15.     </footer>
  16. {% endblock %}
  17.     
  18.