function weather_es_help in Weather_es 5
Same name and namespace in other branches
- 6.3 weather_es.module \weather_es_help()
- 6 weather_es.module \weather_es_help()
- 6.2 weather_es.module \weather_es_help()
- 7 weather_es.module \weather_es_help()
Implementation of hook_help().
File
- ./
weather_es.module, line 41 - Non-displayable characters.
Code
function weather_es_help($section) {
switch ($section) {
case 'admin/modules#description':
return t('Spanish forecast by AEMET.');
case 'admin/settings/weather_es':
return t('<p>Here you can create a configuration with one or more locations or delete a location from your configuration.</p>');
}
}