diff --git a/.gitignore b/.gitignore index 433fc3b..1f20d36 100644 --- a/.gitignore +++ b/.gitignore @@ -63,3 +63,4 @@ mail.log vendor/canary/logs/* .env components/* +mailhog.log diff --git a/app/controllers/admin/contact.php b/app/controllers/admin/send_mail.php similarity index 93% rename from app/controllers/admin/contact.php rename to app/controllers/admin/send_mail.php index a71f3c6..e89a3dd 100644 --- a/app/controllers/admin/contact.php +++ b/app/controllers/admin/send_mail.php @@ -1,8 +1,8 @@ @@ -19,13 +19,13 @@ use TheTempusProject\Houdini\Classes\Views; use TheTempusProject\Models\User; use TheTempusProject\Models\Subscribe; -class Contact extends AdminController { +class SendMail extends AdminController { public static $user; public static $subscribe; public function __construct() { parent::__construct(); - self::$title = 'Admin - Contact'; + self::$title = 'Admin - Send Mail'; self::$user = new User; self::$subscribe = new Subscribe; } diff --git a/app/controllers/home.php b/app/controllers/home.php index 3d91789..daf116d 100644 --- a/app/controllers/home.php +++ b/app/controllers/home.php @@ -86,7 +86,7 @@ class Home extends Controller { self::$title = 'Terms and Conditions - {SITENAME}'; self::$pageDescription = '{SITENAME} Terms and Conditions of use. Please use {SITENAME} safely.'; Components::set( 'TERMS', Views::simpleView( 'terms' ) ); - Views::raw( '
Thank you for visiting our bug reporting page. We value our users' input highly and in an effort to better serve your needs, please fill out the form below to help us address this issue.
We read each and every bug report submitted, and by submitting this form you allow us to send you a follow-up email.
diff --git a/app/plugins/comments/views/admin/dashboard.html b/app/plugins/comments/views/admin/dashboard.html index 7fc7b6d..f0c27b1 100644 --- a/app/plugins/comments/views/admin/dashboard.html +++ b/app/plugins/comments/views/admin/dashboard.html @@ -13,7 +13,7 @@
Be the first to comment.
-Be the first to comment.