You are here

function zopim_help in Zopim Live Chat 6

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

File

./zopim.module, line 9

Code

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