wallabag/themes/default/_footer.twig

4 lines
405 B
Twig
Raw Normal View History

2013-10-03 12:10:44 +00:00
<footer class="w600p center mt3 mb3 smaller txtright">
2014-01-28 09:49:57 +00:00
<p>{% trans "powered by" %} <a href="http://wallabag.org">wallabag</a></p>
2014-02-12 20:51:11 +00:00
{% if constant('DEBUG_POCHE') == 1 %}<p><strong>{% trans "debug mode is on so cache is off." %} {% trans "your wallabag version:" %}{{constant('POCHE')}}. {% trans "storage:" %} {{constant('STORAGE')}}</strong></p>{% endif %}
2013-10-03 12:10:44 +00:00
</footer>