You are here

function html5_tools_help in HTML5 Tools 6

Same name and namespace in other branches
  1. 7 html5_tools.module \html5_tools_help()

Implemenation of hook_help().

File

./html5_tools.module, line 6

Code

function html5_tools_help($path, $arg) {
  switch ($path) {
    case 'admin/help#html5_tools':
      $output = '';
      return $output;
  }
}