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,9 +1,9 @@
<?php
$includesArray = extendableApps(array(
$includesArray = array(
'title' => 'Documents',
'tabulator5' => true,
'customJSModules' => ['public/js/apps/Cis/Documents.js']
));
);
$this->load->view('templates/CISVUE-Header', $includesArray);
?>