aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/baggy/_top.twig
blob: 4f476a37b3fe59185ee36d5c6c2f47b5f7745ea7 (plain) (blame)
1
2
3
4
5
6
7
        <header class="w600p center mbm">
            <h1 class="logo">
                {% if view == 'home' %}{% block logo %}<img width="100" height="100" src="{{ poche_url }}/themes/{{theme}}/img/logo-w.png" alt="logo poche" />{% endblock %}
                {% else %}<a href="./" title="{% trans "return home" %}" >{{ block('logo') }}</a>
                {% endif %}
            </h1>
        </header>