aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-08-07 19:14:28 +0200
committerNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-08-07 19:14:28 +0200
commitb916bcfccc5a8b1c1852c0bf39bb6f9837296a4e (patch)
tree024990d5a8b1156ea173f327a4bb3a5d788f6baa /tpl
parent580d60b9416b3445300f37fc0ecc160254ed0676 (diff)
downloadwallabag-b916bcfccc5a8b1c1852c0bf39bb6f9837296a4e.tar.gz
wallabag-b916bcfccc5a8b1c1852c0bf39bb6f9837296a4e.tar.zst
wallabag-b916bcfccc5a8b1c1852c0bf39bb6f9837296a4e.zip
fixes for 1.0-beta
Diffstat (limited to 'tpl')
-rw-r--r--tpl/_footer.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/_footer.twig b/tpl/_footer.twig
index b74d9079..6891756a 100644
--- a/tpl/_footer.twig
+++ b/tpl/_footer.twig
@@ -1,4 +1,4 @@
1 <footer class="w600p center mt3 smaller txtright"> 1 <footer class="w600p center mt3 smaller txtright">
2 <p>{% trans "powered by" %} <a href="http://inthepoche.com">poche</a></p> 2 <p>{% trans "powered by" %} <a href="http://inthepoche.com">poche</a></p>
3 {% if constant('DEBUG_POCHE') == 1 %}<p><strong>{% trans "debug mode is on so cache is off." %} {% trans "your poche version:" %}{{constant('POCHE_VERSION')}}</strong></p>{% endif %} 3 {% if constant('DEBUG_POCHE') == 1 %}<p><strong>{% trans "debug mode is on so cache is off." %} {% trans "your poche version:" %}{{constant('POCHE_VERSION')}}. {% trans "storage:" %} {{constant('STORAGE')}}</strong></p>{% endif %}
4 </footer> \ No newline at end of file 4 </footer> \ No newline at end of file