aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources/views/default/_footer.twig
diff options
context:
space:
mode:
Diffstat (limited to 'app/Resources/views/default/_footer.twig')
-rw-r--r--app/Resources/views/default/_footer.twig4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/Resources/views/default/_footer.twig b/app/Resources/views/default/_footer.twig
new file mode 100644
index 00000000..213a4aca
--- /dev/null
+++ b/app/Resources/views/default/_footer.twig
@@ -0,0 +1,4 @@
1 <footer class="w600p center mt3 mb3 smaller txtright">
2 <p>{% trans "powered by" %} <a href="http://wallabag.org">wallabag</a></p>
3 {% 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 %}
4 </footer> \ No newline at end of file