aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/page.footer.html
blob: 448e9f8ea88549ee3b5f4d36032868c0a840293b (plain) (blame)
1
2
3
4
5
6
7
8
9
<div id="footer">
    <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.
</div>
{if="$newversion"}
    <div id="newversion"><span id="version_id">&#x25CF;</span> Shaarli {$newversion|htmlspecialchars} is <a href="https://github.com/shaarli/Shaarli/releases">available</a>.</div>
{/if}
{if="isLoggedIn()"}
<script>function confirmDeleteLink() { var agree=confirm("Are you sure you want to delete this link ?"); if (agree) return true ; else return false ; }</script>
{/if}