From 649c6af379f1247cbbf924a6ed39244e9aba46fb Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Tue, 10 Feb 2026 20:34:17 +0000
Subject: [PATCH] =tattysoap latest
---
forms/contact.php | 11 ++++-------
1 files changed, 4 insertions(+), 7 deletions(-)
diff --git a/forms/contact.php b/forms/contact.php
index d636f99..c2acc18 100644
--- a/forms/contact.php
+++ b/forms/contact.php
@@ -1,18 +1,15 @@
<?php
-function altr_contact():array
+function atat_contact():array
{
return [
- 'title' => 'Contact',
- 'description' => [
- 'You can always text, call, or email.',
- 'Or you can fill out this form and we\'ll get back to you as soon as we can.',
- ],
+ 'title' => '',
+ 'description' => [],
'submit' => 'Contact',
'success_title' => 'Success!',
'success_description' => [
'We got it.',
- 'We\'ll get back to you as soon as we can - usually pretty quick (unless it\'s a Monday or a Tuesday)'
+ 'We\'ll get back to you as soon as we can'
],
'email_subject' => '[CONTACT]',
'fields' => [
--
Gitblit v1.10.0