|
@@ -78,14 +78,16 @@ file that was distributed with this source code.
|
|
|
{% block sonata_header %}
|
|
|
<header class="header">
|
|
|
{% block logo %}
|
|
|
+ {% spaceless %}
|
|
|
<a class="logo" href="{{ url('sonata_admin_dashboard') }}">
|
|
|
{% if 'single_image' == admin_pool.getOption('title_mode') or 'both' == admin_pool.getOption('title_mode') %}
|
|
|
- <img src="{{ asset(admin_pool.titlelogo) }}" alt="{{ admin_pool.title }}">{% if 'both' == admin_pool.getOption('title_mode') %} {% endif %}
|
|
|
+ <img src="{{ asset(admin_pool.titlelogo) }}" alt="{{ admin_pool.title }}">
|
|
|
{% endif %}
|
|
|
{% if 'single_text' == admin_pool.getOption('title_mode') or 'both' == admin_pool.getOption('title_mode') %}
|
|
|
<span>{{ admin_pool.title }}</span>
|
|
|
{% endif %}
|
|
|
</a>
|
|
|
+ {% endspaceless %}
|
|
|
{% endblock %}
|
|
|
{% block sonata_nav %}
|
|
|
{% if admin_pool is defined %}
|