Skip to content

Commit

Permalink
unused macros has been removed from multiple twig templates (#1284)
Browse files Browse the repository at this point in the history
  • Loading branch information
pk16011990 authored and TomasLudvik committed Aug 8, 2019
1 parent dbec2c6 commit 30af41a
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{% extends '@ShopsysShop/Front/Layout/layoutWithPanel.html.twig' %}
{% import '@ShopsysShop/Front/Inline/Paginator/paginator.html.twig' as paginator %}
{% import '@ShopsysShop/Front/Content/Product/filterFormMacro.html.twig' as productFilterForm %}
{% import '@ShopsysShop/Front/Content/Product/productListMacro.html.twig' as productList %}

{% set domain = getDomain() %}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{% extends '@ShopsysShop/Front/Layout/layoutWithPanel.html.twig' %}
{% import '@ShopsysShop/Front/Inline/Paginator/paginator.html.twig' as paginator %}
{% import '@ShopsysShop/Front/Content/Product/productListMacro.html.twig' as productList %}

{% set domain = getDomain() %}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{% macro list(productViews, listCssClass, productHeadingTagName) %}
{% import '@ShopsysShop/Front/Inline/Product/productFlagsMacro.html.twig' as productFlags %}

<ul class="list-products js-list js-product-list {{ listCssClass|default('') }}">
{% for productView in productViews %}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{% extends '@ShopsysShop/Front/Layout/layoutWithPanel.html.twig' %}
{% import '@ShopsysShop/Front/Inline/Paginator/paginator.html.twig' as paginator %}
{% import '@ShopsysShop/Front/Content/Product/filterFormMacro.html.twig' as productFilterForm %}
{% import '@ShopsysShop/Front/Content/Product/productListMacro.html.twig' as productList %}

{% block title %}
{{ 'Search results for "%searchText%"'|trans({ '%searchText%': searchText }) }}
Expand Down

0 comments on commit 30af41a

Please sign in to comment.