aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/default/_top.twig
blob: 4100f7c46577fa40f9421562870af20af2359f9e (plain) (blame)
1
2
3
4
5
6
7
        <header class="w600p center mbm">
            <h1>
                {% if view == 'home' %}{% block logo %}<img src="{{ poche_url }}/themes/{{ constant('DEFAULT_THEME') }}/img/logo.png" alt="logo poche" />{% endblock %}
                {% else %}<a href="./" title="{% trans "back to home" %}" >{{ block('logo') }}</a>
                {% endif %}
            </h1>
        </header>