diff --git a/falcon/modules/is_favoriteproducts/views/templates/hook/button-product.tpl b/falcon/modules/is_favoriteproducts/views/templates/hook/button-product.tpl index f120e65..5d00fb0 100644 --- a/falcon/modules/is_favoriteproducts/views/templates/hook/button-product.tpl +++ b/falcon/modules/is_favoriteproducts/views/templates/hook/button-product.tpl @@ -18,7 +18,7 @@ {/if}
- {capture name="svg_output"}{svg_icon file='heart.svg'}{/capture} + {capture name="svg_output"}{svg_icon file='heart.svg' width="22"}{/capture} {if $smarty.capture.svg_output} {$smarty.capture.svg_output nofilter} {else} diff --git a/falcon/modules/ps_contactinfo/ps_contactinfo.tpl b/falcon/modules/ps_contactinfo/ps_contactinfo.tpl index bcbe054..278c738 100644 --- a/falcon/modules/ps_contactinfo/ps_contactinfo.tpl +++ b/falcon/modules/ps_contactinfo/ps_contactinfo.tpl @@ -28,7 +28,13 @@
{l s='Store information' d='Shop.Theme.Global'} - + {capture name="svg_output"}{svg_icon file='chevron_down.svg'}{/capture} + {if $smarty.capture.svg_output} + + {$smarty.capture.svg_output nofilter} + {else} + + {/if}
diff --git a/falcon/modules/ps_customeraccountlinks/ps_customeraccountlinks.tpl b/falcon/modules/ps_customeraccountlinks/ps_customeraccountlinks.tpl index 0756b45..09ae64f 100644 --- a/falcon/modules/ps_customeraccountlinks/ps_customeraccountlinks.tpl +++ b/falcon/modules/ps_customeraccountlinks/ps_customeraccountlinks.tpl @@ -28,7 +28,13 @@
{l s='Your account' d='Shop.Theme.Customeraccount'} - + {capture name="svg_output"}{svg_icon file='chevron_down.svg'}{/capture} + {if $smarty.capture.svg_output} + + {$smarty.capture.svg_output nofilter} + {else} + + {/if}
diff --git a/falcon/modules/ps_linklist/views/templates/hook/linkblock-column.tpl b/falcon/modules/ps_linklist/views/templates/hook/linkblock-column.tpl index d6f261f..d4174ea 100644 --- a/falcon/modules/ps_linklist/views/templates/hook/linkblock-column.tpl +++ b/falcon/modules/ps_linklist/views/templates/hook/linkblock-column.tpl @@ -4,7 +4,13 @@
{$linkBlock.title} - + {capture name="svg_output"}{svg_icon file='chevron_down.svg'}{/capture} + {if $smarty.capture.svg_output} + + {$smarty.capture.svg_output nofilter} + {else} + + {/if}