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