diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2014-03-28 10:30:51 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2014-03-28 10:30:51 +0100 |
commit | cdada41505e77722f86334844d557128e6f4af4f (patch) | |
tree | bf9ce3532aebbd8f1d0611de63ba97fd75b73c88 /themes/default/_top.twig | |
parent | b152f2b6ba73fbb3e4fb8d4c3b0d69fddad8f9d8 (diff) | |
parent | 08718c01e4b8b35fe75b1e04534e028dd26c8c53 (diff) | |
download | wallabag-cdada41505e77722f86334844d557128e6f4af4f.tar.gz wallabag-cdada41505e77722f86334844d557128e6f4af4f.tar.zst wallabag-cdada41505e77722f86334844d557128e6f4af4f.zip |
Merge pull request #587 from mariroz/dev
problem with resources and localhost url fix
Diffstat (limited to 'themes/default/_top.twig')
-rwxr-xr-x[-rw-r--r--] | themes/default/_top.twig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/_top.twig b/themes/default/_top.twig index c6e41b2f..45806f01 100644..100755 --- a/themes/default/_top.twig +++ b/themes/default/_top.twig | |||
@@ -1,6 +1,6 @@ | |||
1 | <header class="w600p center mbm"> | 1 | <header class="w600p center mbm"> |
2 | <h1> | 2 | <h1> |
3 | {% if view == 'home' %}{% block logo %}<img width="100" height="100" src="{{ poche_url }}/themes/baggy/img/logo-other_themes.png" alt="wallabag logo" />{% endblock %} | 3 | {% if view == 'home' %}{% block logo %}<img width="100" height="100" src="{{ poche_url }}themes/baggy/img/logo-other_themes.png" alt="wallabag logo" />{% endblock %} |
4 | {% else %}<a href="./" title="{% trans "return home" %}" >{{ block('logo') }}</a> | 4 | {% else %}<a href="./" title="{% trans "return home" %}" >{{ block('logo') }}</a> |
5 | {% endif %} | 5 | {% endif %} |
6 | </h1> | 6 | </h1> |