mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 08:22:17 +00:00
/ProfilUpdate/id/ was added to the ProfilUpdate controller to automatically open the necessary profil_update on startup of the page, this functionality is used when sending emails with the link to the profil_update
This commit is contained in:
@@ -8,8 +8,9 @@ $includesArray = ['title'=> 'Profil Änderungen',
|
||||
$this->load->view('templates/CISHTML-Header',$includesArray);
|
||||
?>
|
||||
|
||||
<div id="content">
|
||||
|
||||
<div id="content">
|
||||
<profil-update-view id="<?php echo isset($profil_update_id)?$profil_update_id:null ?>"></profil-update-view>
|
||||
</div>
|
||||
|
||||
<?php $this->load->view('templates/CISHTML-Footer',$includesArray); ?>
|
||||
Reference in New Issue
Block a user