diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2014-01-28 11:19:06 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2014-01-28 11:19:06 +0100 |
commit | f4fbfaa7cbaaf07aae7d8f0533d293fa4dc605cc (patch) | |
tree | 6abda8e30037bd3033c8142d7592e62988fc7eed /themes/courgette/_top.twig | |
parent | 21f50d5a08381d0d2f27d36b0d97a4f518eeefcb (diff) | |
download | wallabag-f4fbfaa7cbaaf07aae7d8f0533d293fa4dc605cc.tar.gz wallabag-f4fbfaa7cbaaf07aae7d8f0533d293fa4dc605cc.tar.zst wallabag-f4fbfaa7cbaaf07aae7d8f0533d293fa4dc605cc.zip |
some fix to courgette theme
Diffstat (limited to 'themes/courgette/_top.twig')
-rwxr-xr-x | themes/courgette/_top.twig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/courgette/_top.twig b/themes/courgette/_top.twig index a2a4b28d..792687c0 100755 --- a/themes/courgette/_top.twig +++ b/themes/courgette/_top.twig | |||
@@ -1,6 +1,6 @@ | |||
1 | <header> | 1 | <header> |
2 | <h1> | 2 | <h1> |
3 | {% if view == 'home' %}{% block logo %}<img src="{{ poche_url }}/themes/{{ constant('DEFAULT_THEME') }}/img/logo.png" alt="logo poche" />{% endblock %} | 3 | {% if view == 'home' %}{% block logo %}<img src="{{ poche_url }}/themes/{{ constant('DEFAULT_THEME') }}/img/logo.svg" alt="logo poche" />{% endblock %} |
4 | {% elseif view == 'fav' %}<a href="./" title="{% trans "back to home" %}" >{{ block('logo') }} <span>Favoris</span></a> | 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> | 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> | 6 | {% else %}<a href="./" title="{% trans "back to home" %}" >{{ block('logo') }}</a> |