From 4be0ee505818f15660dbc081846a00c88cd6632e Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Sun, 26 Apr 2026 22:30:06 +0000
Subject: [PATCH] =Updated to new Site class config
---
content/_setup.php | 20 ++++++++------------
1 files changed, 8 insertions(+), 12 deletions(-)
diff --git a/content/_setup.php b/content/_setup.php
index 604f962..66df251 100644
--- a/content/_setup.php
+++ b/content/_setup.php
@@ -29,16 +29,12 @@
*/
-require(AJV_DIR . '/content/faq.php');
-require(AJV_DIR . '/content/progress.php');
-require(AJV_DIR . '/content/terms.php');
+require(ATAT_DIR . '/content/soap.php');
-add_filter('jvb_content', 'altr_content');
-function altr_content($content):array
-{
- return [
- 'faq' => altr_faq(),
- 'progress' => altr_progress(),
- 'terms' => altr_terms(),
- ];
-}
\ No newline at end of file
+//add_filter('jvb_content', 'atat_content');
+//function atat_content($content):array
+//{
+// return [
+// 'soap' => atat_soap(),
+// ];
+//}
\ No newline at end of file
--
Gitblit v1.10.0