remove the body tag from all views that use the FHC-Header view

This commit is contained in:
SimonGschnell
2024-04-25 14:35:06 +02:00
parent b7ffe00c69
commit 580b6239c2
36 changed files with 6 additions and 72 deletions
@@ -12,7 +12,6 @@
);
?>
<body>
<div id="wrapper">
<div id="page-wrapper">
<div class="container-fluid">
@@ -77,6 +76,5 @@
</div>
</div>
</div>
</body>
<?php $this->load->view("templates/FHC-Footer"); ?>