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 | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/content/_setup.php b/content/_setup.php
index a3def0a..38d49d8 100644
--- a/content/_setup.php
+++ b/content/_setup.php
@@ -29,7 +29,11 @@
*/
-require(AEI_DIR . '/content/soap.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', 'aei_content');
//function aei_content($content):array
--
Gitblit v1.10.0