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
-2
View File
@@ -26,7 +26,6 @@ $this->load->view(
);
?>
<body>
<div id="wrapper">
<?php echo $this->widgetlib->widget('NavigationWidget'); ?>
@@ -63,6 +62,5 @@ $this->load->view(
</div>
</div>
</div>
</body>
<?php $this->load->view('templates/FHC-Footer'); ?>