From e2fcd816cc5f8a2bb2061682a42a9b8eb832855f Mon Sep 17 00:00:00 2001 From: Nicolas Le Goff Date: Thu, 28 Nov 2013 12:38:24 +0100 Subject: [PATCH] Add block to override menu bar title --- templates/web/common/menubar.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/web/common/menubar.html.twig b/templates/web/common/menubar.html.twig index 5b363b9c3c..68bd021006 100644 --- a/templates/web/common/menubar.html.twig +++ b/templates/web/common/menubar.html.twig @@ -3,7 +3,7 @@
  1. - Phraseanet + {% block menu_bar_title %}Phraseanet{% endblock %}
  2. {% if module != "lightbox" and app['authentication'].isAuthenticated() %}