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

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/layout/header/header.html.twig' %}
    {% block layout_header_actions %}
        {{ parent() }}
        {% sw_include '@TopdataTopFeedSW6/storefront/page/linked-products-popup/modal.html.twig' %}
        <form name="TopFeedListLinkedProducts"
              method="post"
              action="{{ path("frontend.topdata_top_feed.list_linked_products") }}">
            {{ sw_csrf('frontend.topdata_top_feed.list_linked_products') }}
        </form>
    {% endblock %}