Suppression of admin's link
This commit is contained in:
parent
27111b752f
commit
87b03de58c
1 changed files with 1 additions and 1 deletions
|
@ -14,6 +14,6 @@
|
||||||
<p class="copyright">
|
<p class="copyright">
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var d = new Date();
|
var d = new Date();
|
||||||
document.write("Copyright <a href=\"<?= $relativePath ?>admin.php\">©</a> " + d.getFullYear() + " <a href='<?= $relativePath ?>info.php#arnaud'>Arnaud VERGNET</a>")
|
document.write("Copyright ©" + d.getFullYear() + " <a href='<?= $relativePath ?>info.php#arnaud'>Arnaud VERGNET</a>")
|
||||||
</script>
|
</script>
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Reference in a new issue