Remove phraseanet registry

This commit is contained in:
Romain Neutron
2013-11-20 12:16:01 +01:00
parent c3df531f59
commit 64456a8964
178 changed files with 2228 additions and 3251 deletions

View File

@@ -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">

View File

@@ -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 %}