mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-08 07:39:27 +00:00
15 lines
488 B
PHP
Executable File
15 lines
488 B
PHP
Executable File
<?php
|
|
$includesArray = ['title'=> 'Profil Änderungen',
|
|
'customJSModules'=> ['public/js/apps/Cis/ProfilUpdateRequests.js'],
|
|
'tabulator5'=> true,
|
|
'customCSSs'=>['public/css/components/FilterComponent.css','public/css/components/FormUnderline.css'],
|
|
];
|
|
|
|
$this->load->view('templates/CISHTML-Header',$includesArray);
|
|
?>
|
|
|
|
<div id="content">
|
|
|
|
</div>
|
|
|
|
<?php $this->load->view('templates/CISHTML-Footer',$includesArray); ?>
|