You are here

function referral_help in User Referral 5

Same name and namespace in other branches
  1. 6 referral.module \referral_help()
  2. 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;
}