21 lines
1,003 B
HTML
21 lines
1,003 B
HTML
<div id="footer">
|
|
<a href="https://forge.leslibres.org/Knah-Tsaeb/MyShaarli">myShaarli are made by Knah Tsaeb</a> is based on <b><a href="http://sebsauvage.net/wiki/doku.php?id=php:shaarli">Shaarli 0.0.41 beta</a></b> - The personal, minimalist, super-fast, no-database
|
|
delicious clone. By <a href="http://sebsauvage.net" target="_blank">sebsauvage.net</a>.
|
|
<br/> Original theme by <a href="http://blog.idleman.fr" target="_blank">idleman.fr</a>.
|
|
<br/> {if="$GLOBALS['config']['contactLink']"} For contact me <a href="{$GLOBALS['config']['contactLink']}">use this link</a>{/if}.
|
|
</div>
|
|
{if="$newversion"}
|
|
<div id="newversion">
|
|
●<a href="{$GLOBALS['config']['UPDATECHECK_DOWNLOAD']}">{$newversion|htmlspecialchars}</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}
|