]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
[change] remove old logo #484
authorNicolas Lœuillet <nicolas.loeuillet@gmail.com>
Sun, 23 Feb 2014 08:50:11 +0000 (09:50 +0100)
committerNicolas Lœuillet <nicolas.loeuillet@gmail.com>
Sun, 23 Feb 2014 08:50:11 +0000 (09:50 +0100)
themes/baggy/img/logo-other_themes.png [new file with mode: 0755]
themes/default/_top.twig

diff --git a/themes/baggy/img/logo-other_themes.png b/themes/baggy/img/logo-other_themes.png
new file mode 100755 (executable)
index 0000000..32543a4
Binary files /dev/null and b/themes/baggy/img/logo-other_themes.png differ
index 083be1527a00200ddf7f49120b549ea58eec56ac..0711acdced19a69525f53cebf3e56311fcc3b4dd 100644 (file)
@@ -1,6 +1,6 @@
         <header class="w600p center mbm">
             <h1>
-                {% if view == 'home' %}{% block logo %}<img src="{{ poche_url }}/themes/{{ constant('DEFAULT_THEME') }}/img/logo.svg" alt="logo poche" />{% endblock %}
+                {% if view == 'home' %}{% block logo %}<img width="100" height="100" src="{{ poche_url }}/themes/baggy/img/logo-other_themes.png" alt="logo poche" />{% endblock %}
                 {% else %}<a href="./" title="{% trans "return home" %}" >{{ block('logo') }}</a>
                 {% endif %}
             </h1>