]> git.immae.eu Git - github/shaarli/Shaarli.git/blame - tpl/page.footer.html
Merge pull request #400 from ArthurHoaro/title-399
[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>
4407b45f
V
7{if="$newVersion"}
8<div id="newversion">
9 <span id="version_id">&#x25CF;</span> Shaarli {$newVersion} is
10 <a href="https://github.com/shaarli/Shaarli/releases">available</a>.
11</div>
12{/if}
13{if="$versionError"}
14<div id="newversion">
15 Error: {$versionError}
16</div>
45034273
SS
17{/if}
18{if="isLoggedIn()"}
8079dfd1 19<script>function confirmDeleteLink() { var agree=confirm("Are you sure you want to delete this link ?"); if (agree) return true ; else return false ; }</script>
45034273 20{/if}
567967fd
A
21
22{loop="$plugins_footer.js_files"}
23 <script src="{$value}#"></script>
24{/loop}