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