Kristan Kenney 5 лет назад
Родитель
Сommit
769804a250
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      web/templates/header.html

+ 3 - 3
web/templates/header.html

@@ -17,7 +17,7 @@
   </script>
 </head>
 
-<body class="body-<?=strtolower($TAB)?> lang-<?=$_SESSION['language']?>"><!--
+<body class="body-<?=strtolower($TAB)?> lang-<?=$_SESSION['language']?>">
   <?php if (($_SESSION['DEBUG_MODE']) == "true" ) {?>
-  <?php require ''.$_SERVER['HESTIA'].'/web/templates/pages/debug_panel.html'; ?>
-  <?php } ?>-->
+    <?php require ''.$_SERVER['HESTIA'].'/web/templates/pages/debug_panel.html'; ?>
+  <?php } ?>