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