From 40a5f296a6f983e5a31961994e7c2db461e70f5e Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Mon, 7 Dec 2015 11:54:18 +0100 Subject: Adding a new placeholder in render_footer hook. Allow free elements at the end of the page. --- tpl/page.footer.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tpl') 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 @@ {$value} {/loop} + +{loop="$plugins_footer.endofpage"} + {$value} +{/loop} + {if="$newVersion"}
Shaarli {$newVersion} is -- cgit v1.2.3