yellow_help

Definition

yellow_help($section)
yellow/yellow.module, line 23

Description

Implementation of hook_help

Code

function yellow_help($section) {
  switch ($section) {
    case 'admin/modules#description':
      return t('A Yellow Advantage prototype.');
      break
    }
}