From 85c5a1ff8d919d3d36a8125c9bbd0d9220025729 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Mon, 24 Nov 2014 13:11:57 +0100 Subject: failover if theme folder doesn't exist --- themes/courgette/_top.twig | 9 --------- 1 file changed, 9 deletions(-) delete mode 100755 themes/courgette/_top.twig (limited to 'themes/courgette/_top.twig') diff --git a/themes/courgette/_top.twig b/themes/courgette/_top.twig deleted file mode 100755 index 2d41db17..00000000 --- a/themes/courgette/_top.twig +++ /dev/null @@ -1,9 +0,0 @@ -
-

- {% if view == 'home' %}{% block logo %}wallabag logo{% endblock %} - {% elseif view == 'fav' %}{{ block('logo') }} Favoris - {% elseif view == 'archive' %}{{ block('logo') }} Archive - {% else %}{{ block('logo') }} - {% endif %} -

-
\ No newline at end of file -- cgit v1.2.3