diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2014-02-23 09:50:11 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2014-02-23 09:50:11 +0100 |
commit | 48e063904d70d658b73a1f73dee07df8afb8afe8 (patch) | |
tree | 8583a1d792dc8b78afa49ad6fe97861b52ba463d /themes | |
parent | d3b47e94705e17b3ba3529cbb1dc6efe69c5d2b7 (diff) | |
download | wallabag-48e063904d70d658b73a1f73dee07df8afb8afe8.tar.gz wallabag-48e063904d70d658b73a1f73dee07df8afb8afe8.tar.zst wallabag-48e063904d70d658b73a1f73dee07df8afb8afe8.zip |
[change] remove old logo #484
Diffstat (limited to 'themes')
-rwxr-xr-x | themes/baggy/img/logo-other_themes.png | bin | 0 -> 3922 bytes | |||
-rw-r--r-- | themes/default/_top.twig | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/themes/baggy/img/logo-other_themes.png b/themes/baggy/img/logo-other_themes.png new file mode 100755 index 00000000..32543a44 --- /dev/null +++ b/themes/baggy/img/logo-other_themes.png | |||
Binary files differ | |||
diff --git a/themes/default/_top.twig b/themes/default/_top.twig index 083be152..0711acdc 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 src="{{ poche_url }}/themes/{{ constant('DEFAULT_THEME') }}/img/logo.svg" 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="logo poche" />{% 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> |