From e84adff833e2c3c7cef6636ccd4aefbfeec0b397 Mon Sep 17 00:00:00 2001 From: jleroy2023 Date: Thu, 21 Nov 2024 09:46:22 +0100 Subject: [PATCH] set title --- templates/auth/login.html.twig | 1 + templates/auth/register.html.twig | 2 +- templates/main/inscription.html.twig | 1 + templates/password_reset/index.html.twig | 1 + templates/profile/edit.html.twig | 1 + templates/profile/view.html.twig | 1 + templates/sortie/create.html.twig | 2 +- templates/sortie/index.html.twig | 2 +- 8 files changed, 8 insertions(+), 3 deletions(-) diff --git a/templates/auth/login.html.twig b/templates/auth/login.html.twig index 50f66aa..6a07e30 100644 --- a/templates/auth/login.html.twig +++ b/templates/auth/login.html.twig @@ -2,6 +2,7 @@ {% block head %} + {% block title %}📣 Sortie.com Connexion 🔊{% endblock %} {% block stylesheets %} {{ encore_entry_link_tags('app') }} {% endblock %} diff --git a/templates/auth/register.html.twig b/templates/auth/register.html.twig index 6e89313..f2825ba 100644 --- a/templates/auth/register.html.twig +++ b/templates/auth/register.html.twig @@ -2,7 +2,7 @@ {% block head %} - Sortie + {% block title %}📣 Sortie.com Inscription 🔊{% endblock %} {% block stylesheets %} {{ encore_entry_link_tags('app') }} {% endblock %} diff --git a/templates/main/inscription.html.twig b/templates/main/inscription.html.twig index 3dae985..ac7404c 100644 --- a/templates/main/inscription.html.twig +++ b/templates/main/inscription.html.twig @@ -2,6 +2,7 @@ {% block head %} + {% block title %}📣 Sortie.com Inscription 🔊{% endblock %} {% block stylesheets %} {{ encore_entry_link_tags('app') }} {% endblock %} diff --git a/templates/password_reset/index.html.twig b/templates/password_reset/index.html.twig index 092f03f..a81d152 100644 --- a/templates/password_reset/index.html.twig +++ b/templates/password_reset/index.html.twig @@ -2,6 +2,7 @@ {% block head %} + {% block title %}📣 Sortie.com Mot de passe perdu ? 🔊{% endblock %} {% block stylesheets %} {{ encore_entry_link_tags('app') }} {% endblock %} diff --git a/templates/profile/edit.html.twig b/templates/profile/edit.html.twig index f545505..02c9a8f 100644 --- a/templates/profile/edit.html.twig +++ b/templates/profile/edit.html.twig @@ -2,6 +2,7 @@ {% block head %} + {% block title %}📣 Sortie.com {{ profile.pseudo }} 🔊{% endblock %} {% block stylesheets %} {{ encore_entry_link_tags('app') }} {% endblock %} diff --git a/templates/profile/view.html.twig b/templates/profile/view.html.twig index 142ced9..2f6a387 100644 --- a/templates/profile/view.html.twig +++ b/templates/profile/view.html.twig @@ -2,6 +2,7 @@ {% block head %} + {% block title %}📣 Sortie.com {{ profile.pseudo }} 🔊{% endblock %} {% block stylesheets %} {{ encore_entry_link_tags('app') }} {% endblock %} diff --git a/templates/sortie/create.html.twig b/templates/sortie/create.html.twig index c3ace0c..64c2d7b 100644 --- a/templates/sortie/create.html.twig +++ b/templates/sortie/create.html.twig @@ -3,7 +3,7 @@ {% block head %} - Créer une sortie + {% block title %}📣 Sortie.com Nouvelle sortie 🔊{% endblock %} {% block stylesheets %} {{ encore_entry_link_tags('app') }} diff --git a/templates/sortie/index.html.twig b/templates/sortie/index.html.twig index 8a0e315..cdde5fe 100644 --- a/templates/sortie/index.html.twig +++ b/templates/sortie/index.html.twig @@ -2,7 +2,7 @@ {% block head %} - Sortie + {% block title %}📣 Sortie.com List 🔊{% endblock %} {% block stylesheets %} {{ encore_entry_link_tags('app') }} {% endblock %}