custom/plugins/WebLabels/src/Resources/views/storefront/layout/header/logo.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/layout/header/logo.html.twig' %}
  2. {% block layout_header_logo_link %}
  3.     {% if (post.published_at|date("Y") <= 2022 and post.published_at|date("m") <= 5 ) %}
  4.         <img class="flag-img" style="pointer-events: none;" src="/media/40/f7/55/1645606226/marker-frische-fahne-v3.png" >
  5.     {% endif %}
  6.     {{ parent() }}
  7. {% endblock %}