mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
Add block to override menu bar title
This commit is contained in:
@@ -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() %}
|
||||||
|
Reference in New Issue
Block a user