3 Versions

This commit is contained in:
cgfhtw
2022-12-15 09:42:28 +01:00
parent 266ba7523f
commit c56b774d1d
48 changed files with 2909 additions and 430 deletions
+18
View File
@@ -0,0 +1,18 @@
<?php
$includesArray = array(
'title' => 'FH-Complete',
'bootstrap5' => true,
'fontawesome6' => true,
);
$this->load->view('templates/FHC-Header', $includesArray);
?>
<div id="wrapper">
<div class="alert alert-primary" role="alert">
<?= $error; ?>
</div>
</div>
<?php $this->load->view('templates/FHC-Footer', $includesArray); ?>