custom/plugins/MDR_Theme/src/Resources/views/storefront/component/pagination.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/component/pagination.html.twig' %}
  2. {% block component_pagination_first %}
  3. {% endblock %}
  4. {% block component_pagination_last %}
  5. {% endblock %}
  6. {% block component_pagination_prev_icon %}
  7.     {% sw_icon 'fa-chevron-left' style { 'pack': 'regular', 'namespace': 'MDR_Theme' } %}
  8. {% endblock %}
  9. {% block component_pagination_next_icon %}
  10.     {% sw_icon 'fa-chevron-right' style { 'pack': 'regular', 'namespace': 'MDR_Theme' } %}
  11. {% endblock %}