mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 00:24:35 +00:00
revert changes to add fhcApps property, not using path based syntax, to CI views include array
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
$includesArray = array(
|
||||
$includesArray = extendableApps(array(
|
||||
'title' => 'Logs Viewer',
|
||||
'axios027' => true,
|
||||
'bootstrap5' => true,
|
||||
@@ -13,8 +13,8 @@
|
||||
'global' => array('mailAnXversandt'),
|
||||
'ui' => array('bitteEintragWaehlen')
|
||||
),
|
||||
'fhcApps' => array('LogsViewer/LogsViewer'),
|
||||
);
|
||||
'customJSModules' => array('public/js/apps/LogsViewer/LogsViewer.js'),
|
||||
));
|
||||
|
||||
$this->load->view('templates/FHC-Header', $includesArray);
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user