From d460914f65254d201911a8346792d680218c8dc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Thu, 12 Dec 2013 09:42:19 +0100 Subject: [add] download database if sqlite is on --- themes/default/config.twig | 2 ++ 1 file changed, 2 insertions(+) (limited to 'themes') diff --git a/themes/default/config.twig b/themes/default/config.twig index 1d7fb562..a1f46b8b 100644 --- a/themes/default/config.twig +++ b/themes/default/config.twig @@ -109,5 +109,7 @@

{% trans "Export your poche datas" %}

+ {% if constant('STORAGE') == 'sqlite' %} +

{% trans "Click here" %} {% trans "to download your database." %}

{% endif %}

{% trans "Click here" %} {% trans "to export your poche datas." %}

{% endblock %} -- cgit v1.2.3