You are here

function redirect_after_logout_help in Redirect after logout 7

Same name and namespace in other branches
  1. 8 redirect_after_logout.module \redirect_after_logout_help()

Implements hook_help().

File

./redirect_after_logout.module, line 11
Redirect after logout - module file

Code

function redirect_after_logout_help($path, $arg) {
  switch ($path) {
    case 'admin/help#redirect_after_logout':
      return check_markup(file_get_contents(dirname(__FILE__) . "/README.txt"));
  }
}