wallabag/tpl/_footer.twig

4 lines
405 B
Twig
Raw Normal View History

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