footer für alle Seiten und new Modal

This commit is contained in:
2025-07-10 11:42:30 +02:00
parent 3964f90a30
commit a2b66de0be
13 changed files with 95 additions and 11 deletions

View File

@@ -26,10 +26,10 @@ class UserController{
];
private $changeUserLabels = [
'vorname' => 'Vorname*',
'name' => 'Nachname*',
'email' => 'E-Mail*',
'password' => 'Passwort*',
'vorname' => 'Vorname',
'name' => 'Nachname',
'email' => 'E-Mail',
'password' => 'Passwort',
];
private $kursValidData = array();