1<?php
2/**
3 * Options for the contact plugin
4 *
5 * @author Elliot Johnson <elliotj@elliotj.com>
6 */
7
8$conf['default'] = ''; //default e-mail address
9$conf['profile1'] = ''; //profile1 e-mail address
10$conf['profile2'] = ''; //profile2 e-mail address
11$conf['profile3'] = ''; //profile3 e-mail address
12$conf['profile4'] = ''; //profile4 e-mail address
13