aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/default/_footer.twig
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-10-03 14:10:44 +0200
committerNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-10-03 14:10:44 +0200
commit4cc3c2ac1735196e4e6a18d1a1124cd0d9a0ed5c (patch)
tree3c2f2885be96c7163444a7d366767a4ac2ca87f7 /themes/default/_footer.twig
parent66e074b43dd4efc9f63c8fee784b99bcce51ab93 (diff)
downloadwallabag-4cc3c2ac1735196e4e6a18d1a1124cd0d9a0ed5c.tar.gz
wallabag-4cc3c2ac1735196e4e6a18d1a1124cd0d9a0ed5c.tar.zst
wallabag-4cc3c2ac1735196e4e6a18d1a1124cd0d9a0ed5c.zip
embed themes
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