diff --git a/templates/_includes/html/base.html.twig b/templates/_includes/html/base.html.twig index f2b1acd..e250ec9 100644 --- a/templates/_includes/html/base.html.twig +++ b/templates/_includes/html/base.html.twig @@ -37,16 +37,13 @@
  • {% include '_includes/html/component/navLink.html.twig' with {route: 'main_home', icon: 'icofont-home', name: 'Accueil'} %}
  • -
  • - +
  • {% include '_includes/html/component/navLink.html.twig' with {route: 'activity_activities', icon: 'icofont-listing-box', name: 'Activités'} %} -
  • +
  • {% include '_includes/html/component/navLink.html.twig' with {route: 'actor_actors', icon: 'icofont-people', name: 'Acteurs'} %}
  • @@ -54,7 +51,8 @@

    {% if returnLink != '' %} - Retour + Retour {% endif %} {{ page }}