diff options
Diffstat (limited to 'themes/courgette/_footer.twig')
-rwxr-xr-x | themes/courgette/_footer.twig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/courgette/_footer.twig b/themes/courgette/_footer.twig new file mode 100755 index 00000000..2b895854 --- /dev/null +++ b/themes/courgette/_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 | ||