Jake Vanderwerf
2026-02-10 649c6af379f1247cbbf924a6ed39244e9aba46fb
forms/_setup.php
@@ -15,11 +15,11 @@
 *
 ************************************************************/
require(AJV_DIR . '/forms/contact.php');
require(ATAT_DIR . '/forms/contact.php');
add_filter('jvb_register_forms', 'altr_register_forms');
add_filter('jvb_register_forms', 'atat_register_forms');
function altr_register_forms($forms) {
    $forms['contact']           = altr_contact();
function atat_register_forms($forms) {
    $forms['contact']           = atat_contact();
    return $forms;
}