aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/default/_footer.twig
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2014-01-28 10:49:57 +0100
committerNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2014-01-28 10:49:57 +0100
commit3e0e7e1208e8d3ee3b23df42ea119d7c50b0db5f (patch)
tree4965c0675215eb5c566a554f8f3ff35de60afe88 /themes/default/_footer.twig
parentb8fdd2d85f76bb2dbf50bacec86e3be806bb2bcf (diff)
downloadwallabag-3e0e7e1208e8d3ee3b23df42ea119d7c50b0db5f.tar.gz
wallabag-3e0e7e1208e8d3ee3b23df42ea119d7c50b0db5f.tar.zst
wallabag-3e0e7e1208e8d3ee3b23df42ea119d7c50b0db5f.zip
[fix] inthepoche.com => wallabag.org
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 06148a57..f837ae38 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://inthepoche.com">poche</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 poche 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