function gmap_macro_builder_help in GMap Module 6.2
Same name and namespace in other branches
- 5 gmap_macro_builder.module \gmap_macro_builder_help()
- 6 gmap_macro_builder.module \gmap_macro_builder_help()
- 7.2 gmap_macro_builder.module \gmap_macro_builder_help()
- 7 gmap_macro_builder.module \gmap_macro_builder_help()
Implemenation of hook_help().
File
- ./
gmap_macro_builder.module, line 13 - GMap Macro Builder
Code
function gmap_macro_builder_help($path, $arg) {
switch ($path) {
case 'map/macro':
return t('You can use this interface to create a map macro suitable for pasting into a node or any other place that accepts a GMap macro.');
}
}