From 313b80c4c54555e5577b3931805ead37ee89681c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20Bilo=C3=A9?= Date: Thu, 6 Jul 2017 09:38:11 +0200 Subject: [PATCH] CO: Replace Shop.Theme domain by Shop.Theme.Global --- templates/_partials/footer.tpl | 2 +- templates/catalog/_partials/active_filters.tpl | 2 +- templates/catalog/_partials/facets.tpl | 2 +- templates/catalog/_partials/sort-orders.tpl | 2 +- templates/cms/category.tpl | 4 ++-- templates/cms/sitemap.tpl | 2 +- templates/cms/stores.tpl | 10 +++++----- templates/customer/_partials/my-account-links.tpl | 2 +- templates/customer/order-detail.tpl | 6 +++--- templates/errors/maintenance.tpl | 2 +- templates/errors/not-found.tpl | 2 +- templates/errors/restricted-country.tpl | 4 ++-- 12 files changed, 20 insertions(+), 20 deletions(-) diff --git a/templates/_partials/footer.tpl b/templates/_partials/footer.tpl index 480b7c3..11bb9ce 100644 --- a/templates/_partials/footer.tpl +++ b/templates/_partials/footer.tpl @@ -38,7 +38,7 @@ {block name='copyright_link'} {l s='%copyright% %year% - Ecommerce software by %prestashop%' - sprintf=['%prestashop%' => 'PrestaShop™', '%year%' => 'Y'|date, '%copyright%' => '©'] d='Shop.Theme'} + sprintf=['%prestashop%' => 'PrestaShop™', '%year%' => 'Y'|date, '%copyright%' => '©'] d='Shop.Theme.Global'} {/block}

diff --git a/templates/catalog/_partials/active_filters.tpl b/templates/catalog/_partials/active_filters.tpl index b4f7061..2a3756e 100644 --- a/templates/catalog/_partials/active_filters.tpl +++ b/templates/catalog/_partials/active_filters.tpl @@ -23,7 +23,7 @@ * International Registered Trademark & Property of PrestaShop SA *}
-

{l s='Active filters' d='Shop.Theme'}

+

{l s='Active filters' d='Shop.Theme.Global'}

{if $activeFilters|count}