@@ -12,8 +12,7 @@ |
||
12 | 12 | { |
13 | 13 | $breadcrumb = $product->getTranslation($locale)->getSlug(); |
14 | 14 | |
15 | - if (null !== $taxon = $product->getMainTaxon()) |
|
16 | - { |
|
15 | + if (null !== $taxon = $product->getMainTaxon()) { |
|
17 | 16 | $breadcrumb = sprintf('%s/%s', $taxon->getTranslation($locale)->getSlug(), $breadcrumb); |
18 | 17 | } |
19 | 18 |