feat: add site footer with privacy statement, CaveauAI attribution, and AI disclaimer

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-15 23:24:49 +02:00
parent 13572e9dfb
commit c6a9cc9199
4 changed files with 130 additions and 1 deletions
+1 -1
View File
@@ -210,7 +210,7 @@ window.DBN_TOOLS_LANG = <?= json_encode($uiLang, JSON_UNESCAPED_UNICODE) ?>;
</section>
</main>
<?php endif; ?>
<?php require_once __DIR__ . '/includes/footer.php'; ?>
<script src="assets/js/tools.js" defer></script>
</body>
</html>