You are here

function gotwo_help in Go - url redirects 6

Same name and namespace in other branches
  1. 5 gotwo.module \gotwo_help()

Implementation of hook_help().

File

./gotwo.module, line 26
Module that provides easy to use redirection links. A redirection link would be like: http://examples.org/go/a_label http://examples.org/go/123546 http://examples.org/go/or/like/this

Code

function gotwo_help($path, $arg) {
  switch ($path) {
    case 'admin/help#gotwo':
      return gotwo_filter_tips(0, '', TRUE);
      break;
  }
}