function sms_valid_theme in SMS Framework 7
Same name and namespace in other branches
- 6.2 modules/sms_valid/sms_valid.module \sms_valid_theme()
- 6 modules/sms_valid/sms_valid.module \sms_valid_theme()
Implements hook_theme().
File
- modules/
sms_valid/ sms_valid.module, line 107 - Number validation feature module for Drupal SMS Framework.
Code
function sms_valid_theme() {
return array(
'sms_valid_admin_rulesets_form' => array(
'render element' => 'form',
'file' => 'sms_valid.admin.inc',
),
'sms_valid_admin_ruleset_form' => array(
'render element' => 'form',
'file' => 'sms_valid.admin.inc',
),
);
}