summaryrefslogtreecommitdiff
path: root/pages/sent.php
diff options
context:
space:
mode:
Diffstat (limited to 'pages/sent.php')
-rw-r--r--pages/sent.php6
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"; ?>