Skip to content

Commit

Permalink
Put back double quotes in template inclusion with var
Browse files Browse the repository at this point in the history
  • Loading branch information
maxime-aknin authored Sep 6, 2024
1 parent 1087868 commit 07fe6e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ps_brandlist/views/templates/hook/ps_brandlist.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<div>
{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}
<p class="mb-0">{l s='No brand' d='Shop.Theme.Catalog'}</p>
{/if}
Expand Down

0 comments on commit 07fe6e1

Please sign in to comment.