mailverteiler und deren mailto href

This commit is contained in:
Simon Gschnell
2023-11-23 10:02:22 +01:00
parent 0e813f78fb
commit d08b904530
4 changed files with 159 additions and 31 deletions
+2 -1
View File
@@ -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>