Copyright notice with year range

This commit is contained in:
Steffen Lange 2021-03-07 00:07:38 +01:00
parent 334b732846
commit 54790d54fb
2 changed files with 2 additions and 2 deletions

View file

@ -78,7 +78,7 @@ $db->sort();
</tbody>
</table>
<hr>
<p class="text-end">&copy; <?php echo date('Y'); ?> <a href="https://steffen.lange.tl/">Steffen Lange</a> | Information are provided without any warranty. | <a href="https://www.dateihal.de/cms/imprint">Imprint</a> | <a href="https://www.dateihal.de/cms/privacy">Privacy</a></p>
<p class="text-end">&copy; 2019-<?php echo date('y'); ?> <a href="https://steffen.lange.tl/">Steffen Lange</a> | Information are provided without any warranty. | <a href="https://www.dateihal.de/cms/imprint">Imprint</a> | <a href="https://www.dateihal.de/cms/privacy">Privacy</a></p>
</div>
</body>
</html>