]> git.immae.eu Git - github/shaarli/Shaarli.git/blame - tpl/page.footer.html
Merge pull request #552 from shaarli/readme-doc-plugins
[github/shaarli/Shaarli.git] / tpl / page.footer.html
CommitLineData
45034273 1<div id="footer">
b84c913f 2 <b><a href="https://github.com/shaarli/Shaarli">Shaarli</a></b> - The personal, minimalist, super-fast, no-database delicious clone by the <a href="https://github.com/shaarli/Shaarli">Shaarli</a> community - <a href="doc/Home.html">Help/documentation</a>
567967fd
A
3 {loop="$plugins_footer.text"}
4 {$value}
5 {/loop}
45034273 6</div>
40a5f296
A
7
8{loop="$plugins_footer.endofpage"}
9 {$value}
10{/loop}
11
4407b45f
V
12{if="$newVersion"}
13<div id="newversion">
14 <span id="version_id">&#x25CF;</span> Shaarli {$newVersion} is
15 <a href="https://github.com/shaarli/Shaarli/releases">available</a>.
16</div>
17{/if}
18{if="$versionError"}
19<div id="newversion">
20 Error: {$versionError}
21</div>
45034273
SS
22{/if}
23{if="isLoggedIn()"}
8079dfd1 24<script>function confirmDeleteLink() { var agree=confirm("Are you sure you want to delete this link ?"); if (agree) return true ; else return false ; }</script>
45034273 25{/if}
567967fd
A
26
27{loop="$plugins_footer.js_files"}
28 <script src="{$value}#"></script>
29{/loop}