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