Skip to content
Snippets Groups Projects
Commit 199ee0c8 authored by WAGNER ERIC's avatar WAGNER ERIC
Browse files

ajout des liens pour chacuns et ajout de la route contact

parent 9a32a265
Branches
No related merge requests found
......@@ -28,4 +28,14 @@ class StaticPages extends AbstractController
return $this->render('legal_notice.html.twig', [
]);
}
/**
* @Route("/contact", name="contact")
*/
public function contact(): Response
{
return $this->render('contact.html.twig', [
]);
}
}
\ No newline at end of file
......@@ -16,6 +16,12 @@
{% endblock %}
</head>
<body>
<a href="{{ path('home') }}">Accueil</a>
<a href="{{ path('legal_notice') }}">Mentions légales</a>
<a href="{{ path('app_salles_index') }}">Toutes les salles (+ page pour clara(une salle en particulier) et melih(new))</a>
<a href="{{ path('contact') }}">Page Contact</a>
<a href="{{ path('app_villes_index') }}">Toutes les villes (+ page pour nico )</a>
<a href="{{ path('app_concerts_index') }}">Tous les concerts (+page pour melih(ajout concert))</a>
{% block body %}{% endblock %}
</body>
</html>
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment