From 411e20133e521ed7de71a5c07d2c6a521b7bbf4d Mon Sep 17 00:00:00 2001 From: Isabelle Date: Wed, 31 Dec 2025 15:53:14 +0100 Subject: [PATCH] feat(svg_icon): Add chevron_down to footer & menu --- .../views/templates/hook/button-product.tpl | 2 +- falcon/modules/ps_contactinfo/ps_contactinfo.tpl | 8 +++++++- .../ps_customeraccountlinks/ps_customeraccountlinks.tpl | 8 +++++++- .../ps_linklist/views/templates/hook/linkblock-column.tpl | 8 +++++++- .../ps_linklist/views/templates/hook/linkblock.tpl | 8 +++++++- falcon/modules/ps_mainmenu/ps_mainmenu.tpl | 7 ++++++- 6 files changed, 35 insertions(+), 6 deletions(-) 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 @@ 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 @@ 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 @@