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/_setup.php | 14 ++++----------
1 files changed, 4 insertions(+), 10 deletions(-)
diff --git a/forms/_setup.php b/forms/_setup.php
index bb62db1..bf6d56f 100644
--- a/forms/_setup.php
+++ b/forms/_setup.php
@@ -15,17 +15,11 @@
*
************************************************************/
-require(AJV_DIR . '/forms/get-an-estimate.php');
-require(AJV_DIR . '/forms/nlp.php');
-require(AJV_DIR . '/forms/contact.php');
-require(AJV_DIR . '/forms/partner.php');
+require(AEI_DIR . '/forms/contact.php');
-add_filter('jvb_register_forms', 'altr_register_forms');
+add_filter('jvb_register_forms', 'aei_register_forms');
-function altr_register_forms($forms) {
- $forms['get_an_estimate'] = altr_get_an_estimate();
- $forms['nlp'] = altr_nlp();
- $forms['contact'] = altr_contact();
- $forms['partner'] = altr_nlp_partner();
+function aei_register_forms($forms) {
+ $forms['contact'] = aei_contact();
return $forms;
}
\ No newline at end of file
--
Gitblit v1.10.0