aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/default/_top.twig
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-12-16 00:24:27 -0800
committerNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-12-16 00:24:27 -0800
commit04fcbad8c50956336819f2b25db8298d50b5b800 (patch)
treea63ec49b09d78458654e82cddedc925ddc5669f2 /themes/default/_top.twig
parent0f9d3ef173f2edfd4e8e6e4ac0a76de5202bae65 (diff)
parent5df72bb4a42b94370d54ed7277235541d7b6afab (diff)
downloadwallabag-04fcbad8c50956336819f2b25db8298d50b5b800.tar.gz
wallabag-04fcbad8c50956336819f2b25db8298d50b5b800.tar.zst
wallabag-04fcbad8c50956336819f2b25db8298d50b5b800.zip
Merge pull request #358 from williamtheaker/dev
Edited English text
Diffstat (limited to 'themes/default/_top.twig')
-rw-r--r--themes/default/_top.twig4
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>