{{
- images.genere_source_img_multi_formats("#{ site.theme.link }/assets/img/about/haikuabout", "", dimensions_image[0], dimensions_image[1], "")
+ images.genere_source_img_multi_formats("#{ site.theme.link }/assets/img/about/haikuabout", '', dimensions_image[0], dimensions_image[1], '')
}}
{# Épingles #}
@@ -20,6 +20,7 @@

@@ -34,6 +35,7 @@

@@ -48,6 +50,7 @@

@@ -62,6 +65,7 @@

@@ -76,6 +80,7 @@

@@ -90,6 +95,7 @@

@@ -107,6 +113,7 @@

@@ -131,6 +138,7 @@

@@ -157,6 +165,7 @@

@@ -184,6 +193,7 @@

@@ -210,6 +220,7 @@

@@ -240,6 +251,7 @@

diff --git a/web/app/themes/haiku-atelier-2024/views/accueil.twig b/web/app/themes/haiku-atelier-2024/views/accueil.twig
index 391ab7f2..4c2b1efa 100755
--- a/web/app/themes/haiku-atelier-2024/views/accueil.twig
+++ b/web/app/themes/haiku-atelier-2024/views/accueil.twig
@@ -1,5 +1,5 @@
-{% extends "base.twig" %}
-{% import "macros/images.twig" as images %}
+{% extends 'base.twig' %}
+{% import 'macros/images.twig' as images %}
{% block contenu %}
@@ -141,7 +143,7 @@
tabindex="-1"
>
{{
- images.genere_source_img_multi_formats("#{ site.theme.link }/assets/img/storytelling/scroll2", "", 903, 1080, "image-scroll2")
+ images.genere_source_img_multi_formats("#{ site.theme.link }/assets/img/storytelling/scroll2", '', 903, 1080, 'image-scroll2')
}}
@@ -152,7 +154,7 @@
tabindex="-1"
>
{{
- images.genere_source_img_multi_formats("#{ site.theme.link }/assets/img/storytelling/scroll3", "", 903, 1080, "image-scroll3")
+ images.genere_source_img_multi_formats("#{ site.theme.link }/assets/img/storytelling/scroll3", '', 903, 1080, 'image-scroll3')
}}
@@ -163,7 +165,7 @@
tabindex="-1"
>
{{
- images.genere_source_img_multi_formats("#{ site.theme.link }/assets/img/storytelling/scroll4", "", 903, 1080, "image-scroll4")
+ images.genere_source_img_multi_formats("#{ site.theme.link }/assets/img/storytelling/scroll4", '', 903, 1080, 'image-scroll4')
}}
@@ -174,7 +176,7 @@
tabindex="-1"
>
{{
- images.genere_source_img_multi_formats("#{ site.theme.link }/assets/img/storytelling/scroll5", "", 903, 1080, "image-scroll5")
+ images.genere_source_img_multi_formats("#{ site.theme.link }/assets/img/storytelling/scroll5", '', 903, 1080, 'image-scroll5')
}}
@@ -185,7 +187,7 @@
tabindex="-1"
>
{{
- images.genere_source_img_multi_formats("#{ site.theme.link }/assets/img/storytelling/scroll6", "", 903, 1080, "image-scroll6")
+ images.genere_source_img_multi_formats("#{ site.theme.link }/assets/img/storytelling/scroll6", '', 903, 1080, 'image-scroll6')
}}
@@ -196,7 +198,7 @@
tabindex="-1"
>
{{
- images.genere_source_img_multi_formats("#{ site.theme.link }/assets/img/storytelling/scroll7", "", 903, 1080, "image-scroll7")
+ images.genere_source_img_multi_formats("#{ site.theme.link }/assets/img/storytelling/scroll7", '', 903, 1080, 'image-scroll7')
}}
@@ -207,7 +209,7 @@
tabindex="-1"
>
{{
- images.genere_source_img_multi_formats("#{ site.theme.link }/assets/img/storytelling/scroll8", "", 903, 1080, "image-scroll8")
+ images.genere_source_img_multi_formats("#{ site.theme.link }/assets/img/storytelling/scroll8", '', 903, 1080, 'image-scroll8')
}}
@@ -218,7 +220,7 @@
tabindex="-1"
>
{{
- images.genere_source_img_multi_formats("#{ site.theme.link }/assets/img/storytelling/scroll9", "", 903, 1080, "image-scroll9")
+ images.genere_source_img_multi_formats("#{ site.theme.link }/assets/img/storytelling/scroll9", '', 903, 1080, 'image-scroll9')
}}
@@ -229,7 +231,7 @@
tabindex="-1"
>
{{
- images.genere_source_img_multi_formats("#{ site.theme.link }/assets/img/storytelling/scroll10", "", 903, 1080, "image-scroll10")
+ images.genere_source_img_multi_formats("#{ site.theme.link }/assets/img/storytelling/scroll10", '', 903, 1080, 'image-scroll10')
}}
@@ -240,7 +242,7 @@
tabindex="-1"
>
{{
- images.genere_source_img_multi_formats("#{ site.theme.link }/assets/img/storytelling/scroll11", "", 903, 1080, "image-scroll11")
+ images.genere_source_img_multi_formats("#{ site.theme.link }/assets/img/storytelling/scroll11", '', 903, 1080, 'image-scroll11')
}}
@@ -251,7 +253,7 @@
tabindex="-1"
>
{{
- images.genere_source_img_multi_formats("#{ site.theme.link }/assets/img/storytelling/scroll12", "", 903, 1080, "image-scroll12")
+ images.genere_source_img_multi_formats("#{ site.theme.link }/assets/img/storytelling/scroll12", '', 903, 1080, 'image-scroll12')
}}
@@ -262,7 +264,7 @@
tabindex="-1"
>
{{
- images.genere_source_img_multi_formats("#{ site.theme.link }/assets/img/storytelling/scroll13", "", 903, 1080, "image-scroll13")
+ images.genere_source_img_multi_formats("#{ site.theme.link }/assets/img/storytelling/scroll13", '', 903, 1080, 'image-scroll13')
}}
diff --git a/web/app/themes/haiku-atelier-2024/views/base.twig b/web/app/themes/haiku-atelier-2024/views/base.twig
index 436930cf..f8946193 100755
--- a/web/app/themes/haiku-atelier-2024/views/base.twig
+++ b/web/app/themes/haiku-atelier-2024/views/base.twig
@@ -2,7 +2,7 @@
{# #}
{% block conteneur_html_head %}
- {% include "parts/html-head.twig" %}
+ {{ include('parts/html-head.twig') }}
{% block head %}
{% endblock head %}
@@ -13,7 +13,7 @@
data-langue="{{ langue_courante }}"
>
{# En-tête #}
- {% include "parts/en-tete.twig" %}
+ {{ include('parts/en-tete.twig') }}
{# Contenu #}
{% block contenu %}
@@ -40,9 +40,9 @@
{# Pied de page #}
{% block footer %}
- {% include "parts/pied-de-page.twig" %}
+ {{ include('parts/pied-de-page.twig') }}
- {{ function("wp_footer") }}
+ {{ function('wp_footer') }}
{% endblock footer %}
diff --git a/web/app/themes/haiku-atelier-2024/views/boutique.twig b/web/app/themes/haiku-atelier-2024/views/boutique.twig
index f1344cd7..f9c1f45f 100755
--- a/web/app/themes/haiku-atelier-2024/views/boutique.twig
+++ b/web/app/themes/haiku-atelier-2024/views/boutique.twig
@@ -1,4 +1,4 @@
-{% extends "base.twig" %}
+{% extends 'base.twig' %}
{% block head %}
{% endif %}
- {{ function("wp_head") }}
+ {{ function('wp_head') }}
diff --git a/web/app/themes/haiku-atelier-2024/views/parts/menu-categories-produits.twig b/web/app/themes/haiku-atelier-2024/views/parts/menu-categories-produits.twig
index 9db8839f..b429c85f 100755
--- a/web/app/themes/haiku-atelier-2024/views/parts/menu-categories-produits.twig
+++ b/web/app/themes/haiku-atelier-2024/views/parts/menu-categories-produits.twig
@@ -5,8 +5,10 @@
id="menu-categories-produits"
>