[fix] inthepoche.com => wallabag.org

This commit is contained in:
Nicolas Lœuillet
2014-01-28 10:49:57 +01:00
parent b8fdd2d85f
commit 3e0e7e1208
13 changed files with 23 additions and 23 deletions

View File

@ -1,4 +1,4 @@
<footer class="w600p center mt3 mb3 smaller txtright">
<p>{% trans "powered by" %} <a href="http://inthepoche.com">poche</a></p>
<p>{% trans "powered by" %} <a href="http://wallabag.org">wallabag</a></p>
{% 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 %}
</footer>