1<?php
2/**
3 * Options for the contact plugin
4 *
5 * @license GNU General Public License 3 <http://www.gnu.org/licenses/>
6 * @author Bob Baddeley <bob@bobbaddeley.com>
7 * @author Marvin Thomas Rabe <mrabe@marvinrabe.de>
8 */
9
10$conf['default'] = 'webmaster@example.com';
11$conf['captcha'] = 0;
12$conf['recaptchakey'] = '';
13$conf['recaptchasecret'] = '';
14$conf['recaptchalayout'] = 'red';
15