sms.inc in Message Notify 7.2
File
plugins/notifier/sms/sms.incView source
<?php
if (module_exists('sms')) {
$plugin = array(
'title' => t('SMS'),
'description' => t('Send SMS using the SMS framework module.'),
'class' => 'MessageNotifierSMS',
'view_modes' => array(
'message_notify_sms_body' => array(
'label' => t('Notify - SMS Body'),
),
),
);
}