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

---
 taxonomies/_setup.php |   51 +++++++++++++++++++++++++++------------------------
 1 files changed, 27 insertions(+), 24 deletions(-)

diff --git a/taxonomies/_setup.php b/taxonomies/_setup.php
index 0467d9b..240b89e 100644
--- a/taxonomies/_setup.php
+++ b/taxonomies/_setup.php
@@ -20,28 +20,31 @@
  *             -> add use_in_stats (bool) to use the field in user statistics
  */
 
-require(AJV_DIR . '/taxonomies/age.php');
-require(AJV_DIR . '/taxonomies/body-part.php');
-require(AJV_DIR . '/taxonomies/goal.php');
-require(AJV_DIR . '/taxonomies/person.php');
-require(AJV_DIR . '/taxonomies/section.php');
-require(AJV_DIR . '/taxonomies/skin-type.php');
-require(AJV_DIR . '/taxonomies/style.php');
-require(AJV_DIR . '/taxonomies/theme.php');
-require(AJV_DIR . '/taxonomies/timeline.php');
+require(AEI_DIR . '/taxonomies/cities.php');
+require(AEI_DIR . '/taxonomies/shops.php');
+require(AEI_DIR . '/taxonomies/placements.php');
+require(AEI_DIR . '/taxonomies/styles.php');
+require(AEI_DIR . '/taxonomies/themes.php');
+require(AEI_DIR . '/taxonomies/colours.php');
 
-add_filter('jvb_taxonomy', 'altr_taxonomy');
-function altr_taxonomy():array
-{
-    return [
-        'age'       => altr_age(),
-        'body-part' => altr_body_part(),
-        'goal'      => altr_goal(),
-        'person'    => altr_person(),
-        'skin-type' => altr_skin_type(),
-        'timeline'  => altr_timeline(),
-        'style'     => altr_style(),
-        'theme'     => altr_theme(),
-        'section'   => altr_section(),
-    ];
-}
\ No newline at end of file
+require(AEI_DIR . '/taxonomies/art-forms.php');
+require(AEI_DIR . '/taxonomies/artist-types.php');
+require(AEI_DIR . '/taxonomies/art-styles.php');
+require(AEI_DIR . '/taxonomies/art-themes.php');
+
+//require(AEI_DIR . '/taxonomies/news-types.php');
+
+require(AEI_DIR . '/taxonomies/offer-for.php');
+
+require(AEI_DIR . '/taxonomies/piercing-styles.php');
+require(AEI_DIR . '/taxonomies/piercing-placements.php');
+
+require(AEI_DIR . '/taxonomies/event-types.php');
+
+//add_filter('jvb_taxonomy', 'aei_taxonomy');
+//function aei_taxonomy():array
+//{
+//    return [
+//        'flags'     => aei_flags(),
+//    ];
+//}
\ No newline at end of file

--
Gitblit v1.10.0