aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/_footer.twig
blob: b74d9079250a2a0be498f46477def11ed34945ca (plain) (blame)
1
2
3
4
        <footer class="w600p center mt3 smaller txtright">
            <p>{% trans "powered by" %} <a href="http://inthepoche.com">poche</a></p>
            {% if constant('DEBUG_POCHE') == 1 %}<p><strong>{% trans "debug mode is on so cache is off." %} {% trans "your poche version:" %}{{constant('POCHE_VERSION')}}</strong></p>{% endif %}
        </footer>