function ga_push_help in GA Push 7
Same name and namespace in other branches
- 8 ga_push.module \ga_push_help()
Implements hook_help().
File
- ./
ga_push.module, line 43 - Drupal Module: GA Push.
Code
function ga_push_help($path, $arg) {
switch ($path) {
// Main module help for the block module.
case 'admin/help#ga_push':
return '<p>' . t('A module that push Google Analytics events') . '</p>';
}
}