revert changes to add fhcApps property, not using path based syntax, to CI views include array

This commit is contained in:
Harald Bamberger
2026-02-26 15:27:52 +01:00
parent 26fca87c75
commit 1ae072390e
15 changed files with 44 additions and 101 deletions
@@ -1,6 +1,6 @@
<?php
$includesArray = array(
$includesArray = extendableApps(array(
'title' => 'Cis4',
'axios027' => true,
'bootstrap5' => true,
@@ -36,7 +36,7 @@ $includesArray = array(
'public/js/apps/Dashboard/Fhc.js'
),
);
));
$this->load->view('templates/CISVUE-Header', $includesArray);
?>