wallabag/tpl/_footer.twig

4 lines
405 B
Twig
Raw Normal View History

2013-08-05 15:56:32 -04:00
<footer class="w600p center mt3 smaller txtright">
2013-08-04 16:35:08 -04:00
<p>{% trans "powered by" %} <a href="http://inthepoche.com">poche</a></p>
2013-08-07 13:14:28 -04:00
{% 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 %}
2013-08-03 02:24:42 -04:00
</footer>