You are here

function lingotek_help in Lingotek Translation 7.2

Same name and namespace in other branches
  1. 6 lingotek.module \lingotek_help()
  2. 7.7 lingotek.module \lingotek_help()
  3. 7.3 lingotek.module \lingotek_help()
  4. 7.4 lingotek.module \lingotek_help()
  5. 7.5 lingotek.module \lingotek_help()
  6. 7.6 lingotek.module \lingotek_help()

File

./lingotek.module, line 968

Code

function lingotek_help($path, $arg) {
  switch ($path) {
    case 'admin/help#lingotek':
      return t('Please see our DevZone:') . ' ' . l(t('Drupal Integration'), 'http://lingotek.com/support/devzone/drupal-integration');
  }
}