You are here

function messaging_template_help in Messaging 6.3

Same name and namespace in other branches
  1. 6.4 messaging_template/messaging_template.module \messaging_template_help()

Implementation of hook_help().

File

messaging_template/messaging_template.module, line 36
Template system for Messaging Framework

Code

function messaging_template_help($path, $arg) {
  if ($arg[0] == 'admin' || $path == 'admin/help#messaging_template') {
    module_load_include('admin.inc', 'messaging_template');
    return messaging_template_admin_help($path, $arg);
  }
}