aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/default/_top.twig
blob: b5f6502875da650cf57d2b066b59cf906d98eb33 (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 "return home" %}" >{{ block('logo') }}</a>
                {% endif %}
            </h1>
        </header>