]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - themes/courgette/_top.twig
failover if theme folder doesn't exist
[github/wallabag/wallabag.git] / themes / courgette / _top.twig
diff --git a/themes/courgette/_top.twig b/themes/courgette/_top.twig
deleted file mode 100755 (executable)
index 2d41db1..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-        <header>
-            <h1>
-                {% if view == 'home' %}{% block logo %}<img src="{{ poche_url }}themes/{{theme}}/img/logo.svg" alt="wallabag logo" />{% endblock %}
-                {% elseif view == 'fav' %}<a href="./" title="{% trans "back to home" %}" >{{ block('logo') }} <span>Favoris</span></a>
-                {% elseif view == 'archive' %}<a href="./" title="{% trans "back to home" %}" >{{ block('logo') }} <span>Archive</span></a>
-                {% else %}<a href="./" title="{% trans "back to home" %}" >{{ block('logo') }}</a>
-                {% endif %}
-            </h1>
-        </header>
\ No newline at end of file