diff options
author | Jonas Kohl | 2024-09-06 17:01:01 +0200 |
---|---|---|
committer | Jonas Kohl | 2024-09-06 17:01:01 +0200 |
commit | 3d22cc3333e1265a222425a4ede9c464234e3632 (patch) | |
tree | 7acd1379c752913f12168cc75583e68b14278288 /pages/sent.php | |
parent | 0540e04c77864186ce48193456634b897a11f5aa (diff) |
Small fixes; Add component system
Diffstat (limited to 'pages/sent.php')
-rw-r--r-- | pages/sent.php | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/pages/sent.php b/pages/sent.php index e0a0125..e8e8c3f 100644 --- a/pages/sent.php +++ b/pages/sent.php @@ -1,9 +1,5 @@ <?php include __DIR__ . "/../includes/template_start.php"; ?> -<table bgcolor="green" cellspacing="0" cellpadding="2"><tr><td> -<table bgcolor="lime" cellspacing="0" cellpadding="12"><tr><td> -<font color="black"><b>Ihre Nachricht ist erfolgreich bei uns eingegangen!</b></font> -</td></tr></table> -</td></tr></table> +<?php c_alert('<b>Ihre Nachricht ist erfolgreich bei uns eingegangen!</b>', 'success'); ?> <?php include __DIR__ . "/../includes/template_end.php"; ?> |