mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
Remove providers instanciation in Twig setup
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
<div id="main" class="row">
|
||||
|
||||
<div id="title-box" class="span6 offset3">
|
||||
<h1 id="namePhr">{{home_title}}</h1>
|
||||
<h1 id="namePhr">{{ app['phraseanet.registry'].get('GV_homeTitle') }}</h1>
|
||||
</div>
|
||||
|
||||
{% if app['phraseanet.user'] is not none %}
|
||||
|
Reference in New Issue
Block a user