Skip to content

Commit

Permalink
Merge pull request #652 from maxime-aknin/patch-1
Browse files Browse the repository at this point in the history
Put back double quotes to fix inclusion error
  • Loading branch information
kpodemski authored Nov 17, 2024
2 parents 48a6a85 + 38694f0 commit 68fee1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

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

0 comments on commit 68fee1e

Please sign in to comment.