aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-03-24 20:13:07 -0400
committerThedro Neely <thedroneely@gmail.com>2019-03-24 20:13:07 -0400
commita92b2e730b78c516d9585a18f810addc6a20f741 (patch)
treecb2c5b2ec415bf75f791115a32b3160c252a7b21
parent3aaac6400f3c643e36696ae7b6d4919190894c33 (diff)
downloadedwinmattiacci.com-a92b2e730b78c516d9585a18f810addc6a20f741.tar.gz
edwinmattiacci.com-a92b2e730b78c516d9585a18f810addc6a20f741.tar.bz2
edwinmattiacci.com-a92b2e730b78c516d9585a18f810addc6a20f741.zip
views/sent: Remove old sent views
Contact form now handles this functionality
-rw-r--r--views/sent.view.php12
-rw-r--r--views/senterror.view.php12
2 files changed, 0 insertions, 24 deletions
diff --git a/views/sent.view.php b/views/sent.view.php
deleted file mode 100644
index 2faaef0..0000000
--- a/views/sent.view.php
+++ /dev/null
@@ -1,12 +0,0 @@
-<?php require __DIR__ . '/partials/header.php'; ?>
-
- <main>
- <div class="mail__info">
-
- <h2>Thank you for your message.</h2>
- <a href="/"><b>Return to the Home Page</b></a>
-
- </div>
- </main>
-
-<?php require __DIR__ . '/partials/footer.php'; ?>
diff --git a/views/senterror.view.php b/views/senterror.view.php
deleted file mode 100644
index fc5d5fc..0000000
--- a/views/senterror.view.php
+++ /dev/null
@@ -1,12 +0,0 @@
-<?php require __DIR__ . '/partials/header.php'; ?>
-
- <main>
- <div class="mail__info">
-
- <p><?php echo 'Message could not be sent. Mailer Error: <br>', $mail->ErrorInfo; ?></p>
- <a href="/contact"><b>Return to the Contact Page</b></a>
-
- </div>
- </main>
-
-<?php require __DIR__ . '/partials/footer.php'; ?>