refactor helper function extendableApps to singleton helper class ExtendableAppsHelper and use it in FHC-Header and FHC-Footer, revert previous changes to other CI views

This commit is contained in:
Harald Bamberger
2026-02-27 16:50:50 +01:00
parent 43a37021a5
commit 28f4a38752
15 changed files with 197 additions and 74 deletions
@@ -1,6 +1,6 @@
<?php
$includesArray = extendableApps(array(
$includesArray = array(
'title' => 'Cis4',
'axios027' => true,
'bootstrap5' => true,
@@ -42,7 +42,7 @@ $includesArray = extendableApps(array(
'public/js/apps/Dashboard/Fhc.js',
),
));
);
$this->load->view('templates/CISVUE-Header', $includesArray);
?>