aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/default/page.footer.html
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2017-03-12 14:52:44 +0100
committerArthurHoaro <arthur@hoa.ro>2017-03-12 14:52:44 +0100
commit829419567781df1f64fb682aecceaf40a3f9f902 (patch)
treef7a4dde24d6fd223f466e4242e28410d75d22e80 /tpl/default/page.footer.html
parent7fc5f07492b9bfe58cb33907ceb42e9bccd624ce (diff)
downloadShaarli-829419567781df1f64fb682aecceaf40a3f9f902.tar.gz
Shaarli-829419567781df1f64fb682aecceaf40a3f9f902.tar.zst
Shaarli-829419567781df1f64fb682aecceaf40a3f9f902.zip
Theme: display shaarli version in the footer when logged in
Fixes #778
Diffstat (limited to 'tpl/default/page.footer.html')
-rw-r--r--tpl/default/page.footer.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/tpl/default/page.footer.html b/tpl/default/page.footer.html
index f7b80b68..77fc65dd 100644
--- a/tpl/default/page.footer.html
+++ b/tpl/default/page.footer.html
@@ -3,7 +3,11 @@
3<div class="pure-g"> 3<div class="pure-g">
4 <div class="pure-u-2-24"></div> 4 <div class="pure-u-2-24"></div>
5 <div id="footer" class="pure-u-20-24"> 5 <div id="footer" class="pure-u-20-24">
6 <strong><a href="https://github.com/shaarli/Shaarli">Shaarli</a></strong> &middot; 6 <strong><a href="https://github.com/shaarli/Shaarli">Shaarli</a></strong>
7 {if="isLoggedIn()===true"}
8 {$version}
9 {/if}
10 &middot;
7 The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community &middot; 11 The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community &middot;
8 <a href="doc/Home.html" rel="nofollow">Documentation</a> 12 <a href="doc/Home.html" rel="nofollow">Documentation</a>
9 {loop="$plugins_footer.text"} 13 {loop="$plugins_footer.text"}