From 34de1baaa5ec002ef6c714f54578f95a9a8b4867 Mon Sep 17 00:00:00 2001 From: sld-admin Date: Tue, 4 Aug 2026 16:39:17 +0100 Subject: [PATCH] Changed the function displayDebug, now using a div with a 'debug-target-container' to place the debug bar' --- config/functions_init.php | 32 +++++++++++++++++++++++++------- templates/footer.php | 2 +- templates/header.php | 2 ++ 3 files changed, 28 insertions(+), 8 deletions(-) diff --git a/config/functions_init.php b/config/functions_init.php index 68759a2..15a8a21 100644 --- a/config/functions_init.php +++ b/config/functions_init.php @@ -82,25 +82,26 @@ function debugStatusMes( string $Message, string $intensity) { } } -// DISPLAY DEBUG ERROR FOOTER BAR -function displayDebugFooter() { +// DISPLAY DEBUG ERROR BAR +function displayDebug() { global $debug, $debug_messages; if ($debug !== "on") { return; } - echo '