Files
FHC-Core/application/views/templates/CIS-Footer.php
T
cgfhtw 266ba7523f s&d
2022-11-29 08:48:50 +01:00

21 lines
426 B
PHP

<?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>
</div>
</div>
<?php $this->load->view('templates/FHC-Footer', $includesArray); ?>