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