diff --git a/modules/ps_brandlist/views/templates/hook/ps_brandlist.tpl b/modules/ps_brandlist/views/templates/hook/ps_brandlist.tpl index a4fbad4ca..fe2a69a13 100644 --- a/modules/ps_brandlist/views/templates/hook/ps_brandlist.tpl +++ b/modules/ps_brandlist/views/templates/hook/ps_brandlist.tpl @@ -18,7 +18,7 @@
{if $brands} - {include file='module:ps_brandlist/views/templates/_partials/$brand_display_type.tpl' brands=$brands} + {include file="module:ps_brandlist/views/templates/_partials/$brand_display_type.tpl" brands=$brands} {else}

{l s='No brand' d='Shop.Theme.Catalog'}

{/if} diff --git a/modules/ps_supplierlist/views/templates/hook/ps_supplierlist.tpl b/modules/ps_supplierlist/views/templates/hook/ps_supplierlist.tpl index 09f4a379e..58cbbe362 100644 --- a/modules/ps_supplierlist/views/templates/hook/ps_supplierlist.tpl +++ b/modules/ps_supplierlist/views/templates/hook/ps_supplierlist.tpl @@ -18,7 +18,7 @@
{if $suppliers} - {include file='module:ps_supplierlist/views/templates/_partials/$supplier_display_type.tpl' suppliers=$suppliers} + {include file="module:ps_supplierlist/views/templates/_partials/$supplier_display_type.tpl" suppliers=$suppliers} {else}

{l s='No supplier' d='Shop.Theme.Catalog'}

{/if}