aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/default/_top.twig
diff options
context:
space:
mode:
authorMaryana Rozhankivska <mariroz@mr.lviv.ua>2014-02-25 15:45:39 +0200
committerMaryana Rozhankivska <mariroz@mr.lviv.ua>2014-02-25 15:45:39 +0200
commitdcc73856a900a98b2b1efd5292eea6f662924884 (patch)
tree3525b25f04e6bacab1028e8da7caf72d68e03049 /themes/default/_top.twig
parent4b842b20cecb198baccdeac76916df367da0400a (diff)
downloadwallabag-dcc73856a900a98b2b1efd5292eea6f662924884.tar.gz
wallabag-dcc73856a900a98b2b1efd5292eea6f662924884.tar.zst
wallabag-dcc73856a900a98b2b1efd5292eea6f662924884.zip
"poche" word removed completely, all locales .po files updated, en, pl, ru and uk .mo files recompiled.
Diffstat (limited to 'themes/default/_top.twig')
-rw-r--r--themes/default/_top.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/_top.twig b/themes/default/_top.twig
index 0711acdc..c6e41b2f 100644
--- 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="logo poche" />{% 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>