diff options
Diffstat (limited to 'themes/default/_top.twig')
m--------- | themes | 0 | ||||
-rw-r--r-- | themes/default/_top.twig | 7 |
2 files changed, 7 insertions, 0 deletions
diff --git a/themes b/themes deleted file mode 160000 | |||
Subproject 689dcedf8d6c7cf5e8424654fef4fd9687288dc | |||
diff --git a/themes/default/_top.twig b/themes/default/_top.twig new file mode 100644 index 00000000..4100f7c4 --- /dev/null +++ b/themes/default/_top.twig | |||
@@ -0,0 +1,7 @@ | |||
1 | <header class="w600p center mbm"> | ||
2 | <h1> | ||
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> | ||
5 | {% endif %} | ||
6 | </h1> | ||
7 | </header> \ No newline at end of file | ||