Changed the function displayDebug, now using a div with a 'debug-target-container' to place the debug bar'
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user