custom/plugins/BettenABC/src/Resources/views/storefront/layout/header/actions/wishlist-widget.html.twig line 1

Open in your IDE?
  1. {#
  2. # Project:      www.betten-abc.de
  3. # Company:      arboro GmbH
  4. # Created by:   Daniel Geike
  5. # Created on:   06.04.22
  6. # Description:
  7. #}
  8. {% sw_extends "@Storefront/storefront/layout/header/actions/wishlist-widget.html.twig" %}
  9. {% block layout_header_actions_wishlist_widget %}
  10.     {% set showCounter = showCounter ?? true %}
  11.     {% block layout_header_actions_wishlist_widget_container %}
  12.         {% block layout_header_actions_wishlist_widget_badge %}
  13.             {{ block("layout_header_actions_wishlist_widget", "@Storefront/storefront/layout/header/actions/wishlist-widget.html.twig") }}
  14.         {% endblock %}
  15.         {% block layout_header_actions_wishlist_widget_label %}
  16.             <div class="header-actions-label header-wishlist-label">
  17.                 {{ "header.actions.wishlist.label"|trans }}
  18.             </div>
  19.         {% endblock %}
  20.     {% endblock %}
  21. {% endblock %}