You are here

function google_tag_help in GoogleTagManager 7.2

Same name and namespace in other branches
  1. 8 google_tag.module \google_tag_help()
  2. 7 google_tag.module \google_tag_help()

Implements hook_help().

File

./google_tag.module, line 46
Provides primary Drupal hook implementations.

Code

function google_tag_help($path, $arg) {
  module_load_include('inc', 'google_tag', 'includes/info');
  return _google_tag_help($path, $arg);
}