function fz152_webform_variable_group_info in FZ152 7
Implements hook_variable_group_info().
File
- module/
webform/ fz152_webform.variable.inc, line 11 - Variable module hooks.
Code
function fz152_webform_variable_group_info() {
$groups['fz152_webform'] = array(
'title' => 'FZ152 Webforms',
'description' => t('FZ152 Webform settings'),
'access' => 'administer site configuration',
);
return $groups;
}