custom/plugins/BettenABC/src/Resources/views/storefront/component/product/listing.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:   27.04.22
  6. # Description:
  7. #}
  8. {% sw_extends "@ArboroProductListingLayout/storefront/component/product/listing.html.twig" %}
  9. {% block element_product_listing_layout_include %}
  10.     {% set grid_icon %}
  11.         {% sw_icon "layout-grid" %}
  12.     {% endset %}
  13.     {% set list_icon %}
  14.         {% sw_icon "layout-list" %}
  15.     {% endset %}
  16.     {% set views = {
  17.         grid: {
  18.             content: grid_icon
  19.         },
  20.         list: {
  21.             content: list_icon
  22.         }
  23.     } %}
  24.     {{ parent() }}
  25. {% endblock %}