From 3f08cede4c4e71244a5c5f8f6cfe1ce98e5e908b Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Sun, 26 Apr 2026 22:06:20 +0000
Subject: [PATCH] =Switching to new jvb system

---
 content/_setup.php |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/content/_setup.php b/content/_setup.php
index 289a8ca..66df251 100644
--- a/content/_setup.php
+++ b/content/_setup.php
@@ -31,10 +31,10 @@
 
 require(ATAT_DIR . '/content/soap.php');
 
-add_filter('jvb_content', 'atat_content');
-function atat_content($content):array
-{
-    return [
-        'soap'       => atat_soap(),
-    ];
-}
\ 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