summaryrefslogtreecommitdiff
path: root/plugin-conf.php
diff options
context:
space:
mode:
Diffstat (limited to 'plugin-conf.php')
-rw-r--r--plugin-conf.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/plugin-conf.php b/plugin-conf.php
new file mode 100644
index 0000000..7b397cc
--- /dev/null
+++ b/plugin-conf.php
@@ -0,0 +1,5 @@
+<?php
+new ContactMethod('sms' , 'phone' ,
+ 'text message', 'cell number' );
+new ContactMethod('email' , 'email' ,
+ 'email' , 'email address');