Files
2026-08-19 17:26:06 +01:00

11 lines
424 B
PHP

</div> <!-- End .main-wrapper -->
<footer class="main-footer">
<div class="footer-container">
<div class="footer-credit">&copy; <?= date('Y') ?> - Blocknotes System. Tutti i diritti riservati.</div>
<div class="webmaster_footer">Sistema Blocknotes basato su PHP, JSON &amp; MySQL</div>
</div>
</footer>
<?php include(INCLUDES_FOLD . "js_footer.php"); ?>
<?php displayDebug(); ?>
</body>
</html>