aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/default/_footer.twig
blob: 25539f6b6bed42cef2765c4a68cc91720a45b1f1 (plain) (blame)
1
2
3
4
        <footer class="w600p center mt3 mb3 smaller txtright">
            <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 wallabag version:" %}{{constant('WALLABAG')}}. {% trans "storage:" %} {{constant('STORAGE')}}</strong></p>{% endif %}
        </footer>