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
+2
View File
@@ -7,6 +7,8 @@
<title><?php echo ucfirst($GLOBALS["current_page"] ?? "Home"); ?></title>
</head>
<body>
<div id="debug-target-container"></div>
<header>
<ul class="main-nav">
<li><a href="#">Home</a></li>