mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 00:24:35 +00:00
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:
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
$includesArray = extendableApps(array(
|
||||
$includesArray = array(
|
||||
'title' => 'Profil Änderungen',
|
||||
'vue3' => true,
|
||||
'primevue3' => true,
|
||||
@@ -16,7 +16,7 @@ $includesArray = extendableApps(array(
|
||||
'customCSSs' => array(
|
||||
'public/css/components/FilterComponent.css','public/css/components/FormUnderline.css'
|
||||
)
|
||||
));
|
||||
);
|
||||
|
||||
if(defined("CIS4"))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user