diff options
author | Jonas Kohl | 2024-12-26 11:11:25 +0100 |
---|---|---|
committer | Jonas Kohl | 2024-12-26 11:11:25 +0100 |
commit | 9f89384166b4b7b953a3c4aa5748d8f735859113 (patch) | |
tree | 05acddfad422fcbf8f550d0d6cdbc4ad45459530 /pages | |
parent | 82cd8a07329869be48c53cc61e1638cd2a192ec2 (diff) |
Error handling
Diffstat (limited to 'pages')
-rw-r--r-- | pages/sent-error.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pages/sent-error.php b/pages/sent-error.php new file mode 100644 index 0000000..67e2318 --- /dev/null +++ b/pages/sent-error.php @@ -0,0 +1,5 @@ +<?php include __DIR__ . "/../includes/template_start.php"; ?> + +<?php c_alert('<b>Fehler beim Verarbeiten Ihrer Nachricht!</b> Ist die von Ihnen eingegebene eMail-Adresse korrekt?', 'danger'); ?> + +<?php include __DIR__ . "/../includes/template_end.php"; ?> |