| 34 |
$callbacks['admin/settings/site-information']['help'] = '<p>' . t('Check the help links besides the textfields to which it is assigned, in various possible formats.') . '</p>'; |
$callbacks['admin/settings/site-information']['help'] = '<p>' . t('Check the help links besides the textfields to which it is assigned, in various possible formats.') . '</p>'; |
| 35 |
$callbacks['admin/settings/site-information']['help topic'] = 'about-php'; |
$callbacks['admin/settings/site-information']['help topic'] = 'about-php'; |
| 36 |
$callbacks['admin/build/modules']['help'] = '<p>' . t('You are browsing the modules administration page.') . '</p>'; |
$callbacks['admin/build/modules']['help'] = '<p>' . t('You are browsing the modules administration page.') . '</p>'; |
| 37 |
$callbacks['admin/build/modules']['help'] .= '<p>' . t('Click the "More help" links for more information on correspoding module!') . '</p>'; |
$callbacks['admin/build/modules']['help'] .= '<p>' . t('Click the "More help" links for more information on corresponding module!') . '</p>'; |
| 38 |
$callbacks['admin/build/modules']['help topic'] = 'about-php'; |
$callbacks['admin/build/modules']['help topic'] = 'about-php'; |
| 39 |
} |
} |
| 40 |
|
|