yellow_help($section)
yellow/yellow.module, line 23
Implementation of hook_help
function yellow_help($section) {
switch ($section) {
case 'admin/modules#description':
return t('A Yellow Advantage prototype.');
break;
}
}