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