From 07fe6e1d52ba55c73acd957119faaee1ce5e073a Mon Sep 17 00:00:00 2001 From: Maxime Aknin Date: Fri, 6 Sep 2024 15:06:29 +0200 Subject: [PATCH] Put back double quotes in template inclusion with var --- modules/ps_brandlist/views/templates/hook/ps_brandlist.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}