diff options
author | William Theaker <william.theaker@gmail.com> | 2013-12-15 00:18:26 -0500 |
---|---|---|
committer | William Theaker <william.theaker@gmail.com> | 2013-12-15 00:18:26 -0500 |
commit | 43c1115eeb71e2f4ebab1e7e85b1425f7134a14e (patch) | |
tree | f321028f1dd7ea3dc83499a2d0f6e7d254cdc28a /themes/default/_top.twig | |
parent | db75a4425c068906361ffcdd01425da7be5ac505 (diff) | |
download | wallabag-43c1115eeb71e2f4ebab1e7e85b1425f7134a14e.tar.gz wallabag-43c1115eeb71e2f4ebab1e7e85b1425f7134a14e.tar.zst wallabag-43c1115eeb71e2f4ebab1e7e85b1425f7134a14e.zip |
Edited text
Diffstat (limited to 'themes/default/_top.twig')
-rw-r--r-- | themes/default/_top.twig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/default/_top.twig b/themes/default/_top.twig index 4100f7c4..b5f65028 100644 --- a/themes/default/_top.twig +++ b/themes/default/_top.twig | |||
@@ -1,7 +1,7 @@ | |||
1 | <header class="w600p center mbm"> | 1 | <header class="w600p center mbm"> |
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.png" alt="logo poche" />{% endblock %} |
4 | {% else %}<a href="./" title="{% trans "back to home" %}" >{{ block('logo') }}</a> | 4 | {% else %}<a href="./" title="{% trans "return home" %}" >{{ block('logo') }}</a> |
5 | {% endif %} | 5 | {% endif %} |
6 | </h1> | 6 | </h1> |
7 | </header> \ No newline at end of file | 7 | </header> |