diff options
Diffstat (limited to 'themes/baggy/_top.twig')
-rw-r--r-- | themes/baggy/_top.twig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/themes/baggy/_top.twig b/themes/baggy/_top.twig new file mode 100644 index 00000000..4f476a37 --- /dev/null +++ b/themes/baggy/_top.twig | |||
@@ -0,0 +1,7 @@ | |||
1 | <header class="w600p center mbm"> | ||
2 | <h1 class="logo"> | ||
3 | {% if view == 'home' %}{% block logo %}<img width="100" height="100" src="{{ poche_url }}/themes/{{theme}}/img/logo-w.png" alt="logo poche" />{% endblock %} | ||
4 | {% else %}<a href="./" title="{% trans "return home" %}" >{{ block('logo') }}</a> | ||
5 | {% endif %} | ||
6 | </h1> | ||
7 | </header> | ||