From 649c6af379f1247cbbf924a6ed39244e9aba46fb Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Tue, 10 Feb 2026 20:34:17 +0000
Subject: [PATCH] =tattysoap latest
---
content/_setup.php | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/content/_setup.php b/content/_setup.php
index f1f163e..289a8ca 100644
--- a/content/_setup.php
+++ b/content/_setup.php
@@ -29,12 +29,12 @@
*/
-require(AJV_DIR . '/content/sample.php');
+require(ATAT_DIR . '/content/soap.php');
-add_filter('jvb_content', 'altr_content');
-function altr_content($content):array
+add_filter('jvb_content', 'atat_content');
+function atat_content($content):array
{
return [
- 'sample' => altr_sample(),
+ 'soap' => atat_soap(),
];
}
\ No newline at end of file
--
Gitblit v1.10.0