From ad0b0246d88f723056970e7b1fb0af3de459a174 Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Mon, 10 Nov 2025 22:25:12 +0000
Subject: [PATCH] =Cleaner Base
---
content/_setup.php | 8 ++------
1 files changed, 2 insertions(+), 6 deletions(-)
diff --git a/content/_setup.php b/content/_setup.php
index 604f962..f1f163e 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(AJV_DIR . '/content/sample.php');
add_filter('jvb_content', 'altr_content');
function altr_content($content):array
{
return [
- 'faq' => altr_faq(),
- 'progress' => altr_progress(),
- 'terms' => altr_terms(),
+ 'sample' => altr_sample(),
];
}
\ No newline at end of file
--
Gitblit v1.10.0