diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2014-01-28 10:49:57 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2014-01-28 10:49:57 +0100 |
commit | 3e0e7e1208e8d3ee3b23df42ea119d7c50b0db5f (patch) | |
tree | 4965c0675215eb5c566a554f8f3ff35de60afe88 /themes/courgette/_footer.twig | |
parent | b8fdd2d85f76bb2dbf50bacec86e3be806bb2bcf (diff) | |
download | wallabag-3e0e7e1208e8d3ee3b23df42ea119d7c50b0db5f.tar.gz wallabag-3e0e7e1208e8d3ee3b23df42ea119d7c50b0db5f.tar.zst wallabag-3e0e7e1208e8d3ee3b23df42ea119d7c50b0db5f.zip |
[fix] inthepoche.com => wallabag.org
Diffstat (limited to 'themes/courgette/_footer.twig')
-rwxr-xr-x | themes/courgette/_footer.twig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/courgette/_footer.twig b/themes/courgette/_footer.twig index 2b895854..cce31f35 100755 --- a/themes/courgette/_footer.twig +++ b/themes/courgette/_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_VERSION')}}. {% 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_VERSION')}}. {% trans "storage:" %} {{constant('STORAGE')}}</strong></p>{% endif %} |
4 | </footer> \ No newline at end of file | 4 | </footer> \ No newline at end of file |