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 | 20 ++++++++++++--------
1 files changed, 12 insertions(+), 8 deletions(-)
diff --git a/content/_setup.php b/content/_setup.php
index f1f163e..38d49d8 100644
--- a/content/_setup.php
+++ b/content/_setup.php
@@ -29,12 +29,16 @@
*/
-require(AJV_DIR . '/content/sample.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 [
- 'sample' => altr_sample(),
- ];
-}
\ 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