Files
FHC-Core/application/views/templates/CISHTML-Footer.php
T
SimonGschnell a21a292da6 dokument upload
2024-01-29 16:48:41 +01:00

20 lines
410 B
PHP
Executable File

<?php
$includesArray = array(
'title' => $title ?? 'FH-Complete',
'vue3' => true,
'bootstrap5' => true,
'fontawesome6' => true,
'axios027' => true,
'customJSModules' => array_merge([
'public/js/apps/Cis.js'
], $customJSModules ?? []),
'customCSSs' => array_merge([
'public/css/Cis4/Cis.css'
], $customCSSs ?? [])
);
?>
</main>
<?php $this->load->view('templates/FHC-Footer', $includesArray); ?>