aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl
diff options
context:
space:
mode:
authorVirtualTam <virtualtam@flibidi.net>2015-12-09 00:55:52 +0100
committerVirtualTam <virtualtam@flibidi.net>2015-12-09 00:55:52 +0100
commit2f3e74090ae1b79845f431800c0fb08eeae24c30 (patch)
treeb466ddf09e42eb8725feb936be003ceb7b235305 /tpl
parent6ff636cdd458056aa0149ff7db65624749b809c0 (diff)
parent40a5f296a6f983e5a31961994e7c2db461e70f5e (diff)
downloadShaarli-2f3e74090ae1b79845f431800c0fb08eeae24c30.tar.gz
Shaarli-2f3e74090ae1b79845f431800c0fb08eeae24c30.tar.zst
Shaarli-2f3e74090ae1b79845f431800c0fb08eeae24c30.zip
Merge pull request #408 from ArthurHoaro/gototop
Adding a new placeholder in render_footer hook.
Diffstat (limited to 'tpl')
-rw-r--r--tpl/page.footer.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/tpl/page.footer.html b/tpl/page.footer.html
index b20aae54..195dada0 100644
--- a/tpl/page.footer.html
+++ b/tpl/page.footer.html
@@ -4,6 +4,11 @@
4 {$value} 4 {$value}
5 {/loop} 5 {/loop}
6</div> 6</div>
7
8{loop="$plugins_footer.endofpage"}
9 {$value}
10{/loop}
11
7{if="$newVersion"} 12{if="$newVersion"}
8<div id="newversion"> 13<div id="newversion">
9 <span id="version_id">&#x25CF;</span> Shaarli {$newVersion} is 14 <span id="version_id">&#x25CF;</span> Shaarli {$newVersion} is