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