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