We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be9a3a9 commit 769804aCopy full SHA for 769804a
1 file changed
web/templates/header.html
@@ -17,7 +17,7 @@
17
</script>
18
</head>
19
20
-<body class="body-<?=strtolower($TAB)?> lang-<?=$_SESSION['language']?>"><!--
+<body class="body-<?=strtolower($TAB)?> lang-<?=$_SESSION['language']?>">
21
<?php if (($_SESSION['DEBUG_MODE']) == "true" ) {?>
22
- <?php require ''.$_SERVER['HESTIA'].'/web/templates/pages/debug_panel.html'; ?>
23
- <?php } ?>-->
+ <?php require ''.$_SERVER['HESTIA'].'/web/templates/pages/debug_panel.html'; ?>
+ <?php } ?>
0 commit comments