changes all the Headers from the CISHTML-Header to the CISVUE-Header

This commit is contained in:
SimonGschnell
2024-09-30 11:58:20 +02:00
parent 964f6c689c
commit f38b0cf78f
11 changed files with 16 additions and 24 deletions
+2 -2
View File
@@ -4,7 +4,7 @@ $includesArray = array(
'customJSModules' => ['public/js/apps/Cis/MyLv/Student.js']
);
$this->load->view('templates/CISHTML-Header', $includesArray);
$this->load->view('templates/CISVUE-Header', $includesArray);
?>
<div id="content">
@@ -13,4 +13,4 @@ $this->load->view('templates/CISHTML-Header', $includesArray);
<mylv-student></mylv-student>
</div>
<?php $this->load->view('templates/CISHTML-Footer', $includesArray); ?>
<?php $this->load->view('templates/CISVUE-Footer', $includesArray); ?>