function referral_help in User Referral 5
Same name and namespace in other branches
- 6 referral.module \referral_help()
- 7 referral.module \referral_help()
File
- ./
referral.module, line 22
Code
function referral_help($section) {
switch ($section) {
case 'admin/settings/referral':
$output = t('Track users referring others to your site.');
break;
}
return $output;
}