mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 08:34:29 +00:00
mailverteiler und deren mailto href
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
$includesArray = array(
|
||||
'title' => 'Stundenplan',
|
||||
'customJSModules' => ['public/js/apps/Cis/ProfilApp.js'],
|
||||
'tabulator5' => true,
|
||||
'customCSSs' => ['public/css/components/calendar.css']
|
||||
);
|
||||
|
||||
@@ -12,7 +13,7 @@ $this->load->view('templates/CISHTML-Header', $includesArray);
|
||||
<h2>Profil</h2>
|
||||
|
||||
<hr>
|
||||
<p><?php echo $uid; ?></p>
|
||||
|
||||
<!-- we can pass information from the php view file to the public js file through interpolating data from php into vue props -->
|
||||
<Profil uid="<?php echo $uid ?>" pid="<?php echo $pid ?>"></Profil>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user