You are here

function gmap_macro_builder_help in GMap Module 7.2

Same name and namespace in other branches
  1. 5 gmap_macro_builder.module \gmap_macro_builder_help()
  2. 6.2 gmap_macro_builder.module \gmap_macro_builder_help()
  3. 6 gmap_macro_builder.module \gmap_macro_builder_help()
  4. 7 gmap_macro_builder.module \gmap_macro_builder_help()

Implements 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.');
  }
}