Added contact form

Uses AYAH integration in PICKLES
This commit is contained in:
Josh Sherman 2013-12-23 19:14:39 -05:00
parent c4461007c7
commit 5bab800948
8 changed files with 105 additions and 2 deletions

View file

@ -94,6 +94,12 @@ $config = array(
'name' => 'LeaderBin',
'domain' => 'leaderbin.com',
),
'api' => array(
'ayah' => array(
'publisher_key' => '12605450c23a1a6cff00b387ffe673dd9d2a27fe',
'scoring_key' => '79b499385530453f43026ec58347564bbc08b8c2',
),
),
);
?>