diff options
author | Maryana Rozhankivska <mariroz@mr.lviv.ua> | 2014-03-28 11:26:48 +0200 |
---|---|---|
committer | Maryana Rozhankivska <mariroz@mr.lviv.ua> | 2014-03-28 11:26:48 +0200 |
commit | 08718c01e4b8b35fe75b1e04534e028dd26c8c53 (patch) | |
tree | bf9ce3532aebbd8f1d0611de63ba97fd75b73c88 /themes/default/_top.twig | |
parent | b152f2b6ba73fbb3e4fb8d4c3b0d69fddad8f9d8 (diff) | |
download | wallabag-08718c01e4b8b35fe75b1e04534e028dd26c8c53.tar.gz wallabag-08718c01e4b8b35fe75b1e04534e028dd26c8c53.tar.zst wallabag-08718c01e4b8b35fe75b1e04534e028dd26c8c53.zip |
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> |