mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-24 02:12:17 +00:00
revert changes to add fhcApps property, not using path based syntax, to CI views include array
This commit is contained in:
@@ -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);
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user