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