Jake Vanderwerf
2026-05-28 b7aed073c23396afa7eccb488dd25bfa222c1819
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(),
    ];
}
//add_filter('jvb_content', 'aei_content');
//function aei_content($content):array
//{
//    return [
//        'soap'       => aei_soap(),
//    ];
//}