Jake Vanderwerf
4 hours ago ad01a2799464e36a3954abe14f84ab82d439da53
forms/_setup.php
@@ -15,11 +15,11 @@
 *
 ************************************************************/
require(AJV_DIR . '/forms/contact.php');
require(ALYNS_DIR . '/forms/contact.php');
add_filter('jvb_register_forms', 'altr_register_forms');
add_filter('jvb_register_forms', 'alyns_register_forms');
function altr_register_forms($forms) {
function alyns_register_forms($forms) {
    $forms['contact']           = altr_contact();
    return $forms;
}