From b7aed073c23396afa7eccb488dd25bfa222c1819 Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Thu, 28 May 2026 19:54:05 +0000
Subject: [PATCH] =gitblit switch
---
forms/contact.php | 11 ++++-------
1 files changed, 4 insertions(+), 7 deletions(-)
diff --git a/forms/contact.php b/forms/contact.php
index d636f99..b0ec267 100644
--- a/forms/contact.php
+++ b/forms/contact.php
@@ -1,18 +1,15 @@
<?php
-function altr_contact():array
+function aei_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