From b7aed073c23396afa7eccb488dd25bfa222c1819 Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Thu, 28 May 2026 19:54:05 +0000
Subject: [PATCH] =gitblit switch
---
content/_setup.php | 24 ++++++++++++------------
1 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/content/_setup.php b/content/_setup.php
index 604f962..38d49d8 100644
--- a/content/_setup.php
+++ b/content/_setup.php
@@ -29,16 +29,16 @@
*/
-require(AJV_DIR . '/content/faq.php');
-require(AJV_DIR . '/content/progress.php');
-require(AJV_DIR . '/content/terms.php');
+require(AEI_DIR . '/content/tattoos.php');
+require(AEI_DIR . '/content/piercings.php');
+require(AEI_DIR . '/content/artwork.php');
+require(AEI_DIR . '/content/offers.php');
+require(AEI_DIR . '/content/events.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', 'aei_content');
+//function aei_content($content):array
+//{
+// return [
+// 'soap' => aei_soap(),
+// ];
+//}
\ No newline at end of file
--
Gitblit v1.10.0