mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53:15 +00:00
Remove phraseanet registry
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
{% endif %}
|
||||
</li>
|
||||
|
||||
{% if app['browser'].isNewGeneration and app['phraseanet.registry'].get('GV_thesaurus') == true and app['acl'].get(app['authentication'].getUser()).has_access_to_module('thesaurus') %}
|
||||
{% if app['browser'].isNewGeneration and app['conf'].get(['registry', 'modules', 'thesaurus']) == true and app['acl'].get(app['authentication'].getUser()).has_access_to_module('thesaurus') %}
|
||||
<li>
|
||||
<a target="_blank" href="{{ path('thesaurus') }}">
|
||||
<span class="{% if module is defined and module == "thesaurus" %}selected{% endif %}">
|
||||
|
Reference in New Issue
Block a user