You are here

function zopim_help in Zopim Live Chat 7

Same name and namespace in other branches
  1. 6.2 zopim.module \zopim_help()
  2. 6 zopim.module \zopim_help()

Implementation of hook_help().

Parameters

string $path: router menu path.

array $arg: array corresponding to return value of arg().

Return value

string localized string containing help text.

File

./zopim.module, line 19

Code

function zopim_help($path, $arg) {
  switch ($path) {
    case 'admin/help#zopim':
      return;
  }
}