You are here

function google_tag_menu in GoogleTagManager 7

Same name and namespace in other branches
  1. 7.2 google_tag.module \google_tag_menu()

Implements hook_menu().

File

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

Code

function google_tag_menu() {
  module_load_include('inc', 'google_tag', 'includes/info');
  return _google_tag_menu();
}