summaryrefslogtreecommitdiff
path: root/conf-contacts.php
blob: 7b397cc1c2881c7f8bf1b17095bca1d431cfe4b9 (plain)
1
2
3
4
5
<?php
new ContactMethod('sms'         , 'phone'        ,
                  'text message', 'cell number' );
new ContactMethod('email'       , 'email'        ,
                  'email'       , 'email address');