kspace-bludit-theme/php/footer.php

10 lines
449 B
PHP
Raw Normal View History

2024-04-10 20:58:16 +02:00
<footer>
<p>
<a href="https://kobold.cafe/">
<img src="<?php echo HTML_PATH_THEME_IMG; ?>/koboldcafe.gif" alt="Ce site hébergé par Kobold Cafe">
</a>
2024-11-17 16:38:40 +01:00
<a href="https://creativecommons.org/licenses/by-sa/4.0/deed.fr" rel="licence">
2024-04-10 20:58:16 +02:00
<img src="<?php echo HTML_PATH_THEME_IMG; ?>/cc-by-sa.gif" alt="Ce site est sous Creative Common Attribution - Partage dans les Mêmes Conditions 4.0 International">
</a>
</p>
</footer>