mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-23 09:52:22 +00:00
changes all the Headers from the CISHTML-Header to the CISVUE-Header
This commit is contained in:
@@ -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); ?>
|
||||
|
||||
Reference in New Issue
Block a user