diff options
author | VirtualTam <virtualtam@flibidi.net> | 2015-12-09 00:55:52 +0100 |
---|---|---|
committer | VirtualTam <virtualtam@flibidi.net> | 2015-12-09 00:55:52 +0100 |
commit | 2f3e74090ae1b79845f431800c0fb08eeae24c30 (patch) | |
tree | b466ddf09e42eb8725feb936be003ceb7b235305 /tpl | |
parent | 6ff636cdd458056aa0149ff7db65624749b809c0 (diff) | |
parent | 40a5f296a6f983e5a31961994e7c2db461e70f5e (diff) | |
download | Shaarli-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.html | 5 |
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">●</span> Shaarli {$newVersion} is | 14 | <span id="version_id">●</span> Shaarli {$newVersion} is |