diff --git a/lib/Alchemy/Phrasea/Controller/Prod/Query.php b/lib/Alchemy/Phrasea/Controller/Prod/Query.php
index 09ad33fb7e..1bd5833387 100644
--- a/lib/Alchemy/Phrasea/Controller/Prod/Query.php
+++ b/lib/Alchemy/Phrasea/Controller/Prod/Query.php
@@ -152,7 +152,7 @@ class Query implements ControllerProviderInterface
$explain .= '
' . $result->getDuration() . ' s
dans index ' . $result->getIndexes();
$explain .= "";
- $infoResult = '
{% include 'common/menubar.html.twig' %}
-
+
{% block content %}{% endblock %}
diff --git a/templates/web/prod/index.html.twig b/templates/web/prod/index.html.twig
index 846066dd1c..ae0faf1c56 100644
--- a/templates/web/prod/index.html.twig
+++ b/templates/web/prod/index.html.twig
@@ -167,7 +167,7 @@
{% endif %}
-
+
@@ -468,6 +468,16 @@
+