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
+2 -2
View File
@@ -1,5 +1,5 @@
<?php
$includesArray = extendableApps(array(
$includesArray = array(
'title' => 'Bismeldestichtage',
'axios027' => true,
'bootstrap5' => true,
@@ -11,7 +11,7 @@
'customCSSs' => array('vendor/vuejs/vuedatepicker_css/main.css'),
'customJSs' => array('vendor/vuejs/vuedatepicker_js/vue-datepicker.iife.js'),
'customJSModules' => array('public/js/apps/Bismeldestichtag/Bismeldestichtag.js')
));
);
$this->load->view('templates/FHC-Header', $includesArray);
?>