<?php
/**
 * Options for the contact plugin
 *
 * @license GNU General Public License 3 <http://www.gnu.org/licenses/>
 * @author Bob Baddeley <bob@bobbaddeley.com>
 * @author Marvin Thomas Rabe <mrabe@marvinrabe.de>
 */

$conf['default'] = 'webmaster@example.com';
$conf['captcha'] = 0;
$conf['recaptchakey'] = '';
$conf['recaptchasecret'] = '';
$conf['recaptchalayout'] = 'red';
