Add block to override menu bar title

This commit is contained in:
Nicolas Le Goff
2013-11-28 12:38:24 +01:00
parent 5504f9013a
commit e2fcd816cc

View File

@@ -3,7 +3,7 @@
<ol> <ol>
<li> <li>
<span class="title {% if module == "prod" %}selected{% endif %}"> <span class="title {% if module == "prod" %}selected{% endif %}">
Phraseanet {% block menu_bar_title %}Phraseanet{% endblock %}
</span> </span>
</li> </li>
{% if module != "lightbox" and app['authentication'].isAuthenticated() %} {% if module != "lightbox" and app['authentication'].isAuthenticated() %}