From 5697a1c3af703f04902c0422c0536c88899ebb27 Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Sun, 26 Apr 2026 22:49:18 +0000
Subject: [PATCH] =Base Plugin setup for new Site class config
---
content/_setup.php | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/content/_setup.php b/content/_setup.php
index 66df251..a3def0a 100644
--- a/content/_setup.php
+++ b/content/_setup.php
@@ -29,12 +29,12 @@
*/
-require(ATAT_DIR . '/content/soap.php');
+require(AEI_DIR . '/content/soap.php');
-//add_filter('jvb_content', 'atat_content');
-//function atat_content($content):array
+//add_filter('jvb_content', 'aei_content');
+//function aei_content($content):array
//{
// return [
-// 'soap' => atat_soap(),
+// 'soap' => aei_soap(),
// ];
//}
\ No newline at end of file
--
Gitblit v1.10.0