Changed the function displayDebug, now using a div with a 'debug-target-container' to place the debug bar'

This commit is contained in:
2026-08-04 16:39:17 +01:00
parent 5f0cf85abe
commit 34de1baaa5
3 changed files with 28 additions and 8 deletions
+1 -1
View File
@@ -4,6 +4,6 @@
<div class="webmaster_footer">Website designed by Simone Cusano - SimoLinuxDesign.org</div>
</footer>
<?php include(INCLUDES_FOLD . "js_footer.php"); ?>
<?php displayDebugFooter(); ?>
<?php displayDebug(); ?>
</body>
</html>