Skip to content

Commit 769804a

Browse files
author
Kristan Kenney
committed
Re-enable debug mode header
1 parent be9a3a9 commit 769804a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

web/templates/header.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</script>
1818
</head>
1919

20-
<body class="body-<?=strtolower($TAB)?> lang-<?=$_SESSION['language']?>"><!--
20+
<body class="body-<?=strtolower($TAB)?> lang-<?=$_SESSION['language']?>">
2121
<?php if (($_SESSION['DEBUG_MODE']) == "true" ) {?>
22-
<?php require ''.$_SERVER['HESTIA'].'/web/templates/pages/debug_panel.html'; ?>
23-
<?php } ?>-->
22+
<?php require ''.$_SERVER['HESTIA'].'/web/templates/pages/debug_panel.html'; ?>
23+
<?php } ?>

0 commit comments

Comments
 (0)