aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/default/_footer.twig
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2014-02-12 21:51:11 +0100
committerNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2014-02-12 21:51:11 +0100
commited2853564e3db719abf5378b31fe5067dad513c4 (patch)
treebea8d8597b07b15f368d66dfac618989bb9c200a /themes/default/_footer.twig
parent26170f4613b594b5630d3a5a48f8edfe491ffdaf (diff)
downloadwallabag-ed2853564e3db719abf5378b31fe5067dad513c4.tar.gz
wallabag-ed2853564e3db719abf5378b31fe5067dad513c4.tar.zst
wallabag-ed2853564e3db719abf5378b31fe5067dad513c4.zip
[fix] somes fixes on old default theme
Diffstat (limited to 'themes/default/_footer.twig')
-rw-r--r--themes/default/_footer.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/_footer.twig b/themes/default/_footer.twig
index f837ae38..3057cb75 100644
--- a/themes/default/_footer.twig
+++ b/themes/default/_footer.twig
@@ -1,4 +1,4 @@
1 <footer class="w600p center mt3 mb3 smaller txtright"> 1 <footer class="w600p center mt3 mb3 smaller txtright">
2 <p>{% trans "powered by" %} <a href="http://wallabag.org">wallabag</a></p> 2 <p>{% trans "powered by" %} <a href="http://wallabag.org">wallabag</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')}}. {% trans "storage:" %} {{constant('STORAGE')}}</strong></p>{% endif %} 3 {% if constant('DEBUG_POCHE') == 1 %}<p><strong>{% trans "debug mode is on so cache is off." %} {% trans "your wallabag version:" %}{{constant('POCHE')}}. {% trans "storage:" %} {{constant('STORAGE')}}</strong></p>{% endif %}
4 </footer> \ No newline at end of file 4 </footer> \ No newline at end of file