diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-10-03 10:14:54 -0700 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-10-03 10:14:54 -0700 |
commit | 01e671f4d1fc66696c3ab14c837be0dde8fd02ea (patch) | |
tree | 21c041fef6e17a41e0d3f9e965124e550f272b95 /themes/default/_footer.twig | |
parent | 79026b73a804d1fe3715c3edf5bc2cfb1e56732c (diff) | |
parent | d47d2533accb30a69fbbb964f63793b821300974 (diff) | |
download | wallabag-01e671f4d1fc66696c3ab14c837be0dde8fd02ea.tar.gz wallabag-01e671f4d1fc66696c3ab14c837be0dde8fd02ea.tar.zst wallabag-01e671f4d1fc66696c3ab14c837be0dde8fd02ea.zip |
Merge pull request #256 from inthepoche/dev
merge 1.0.0
Diffstat (limited to 'themes/default/_footer.twig')
m--------- | themes | 0 | ||||
-rw-r--r-- | themes/default/_footer.twig | 4 |
2 files changed, 4 insertions, 0 deletions
diff --git a/themes b/themes deleted file mode 160000 | |||
Subproject 689dcedf8d6c7cf5e8424654fef4fd9687288dc | |||
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 | ||