]> git.immae.eu Git - github/wallabag/wallabag.git/blame - themes/courgette/_top.twig
some fix to courgette theme
[github/wallabag/wallabag.git] / themes / courgette / _top.twig
CommitLineData
5ed80507
NL
1 <header>
2 <h1>
f4fbfaa7 3 {% if view == 'home' %}{% block logo %}<img src="{{ poche_url }}/themes/{{ constant('DEFAULT_THEME') }}/img/logo.svg" alt="logo poche" />{% endblock %}
5ed80507
NL
4 {% elseif view == 'fav' %}<a href="./" title="{% trans "back to home" %}" >{{ block('logo') }} <span>Favoris</span></a>
5 {% elseif view == 'archive' %}<a href="./" title="{% trans "back to home" %}" >{{ block('logo') }} <span>Archive</span></a>
6 {% else %}<a href="./" title="{% trans "back to home" %}" >{{ block('logo') }}</a>
7 {% endif %}
8 </h1>
9 </header>