You are here

function mobile_switch_block_help in Mobile Switch Block 7.2

Implements hook_help().

File

./mobile_switch_block.module, line 521
Extends the Mobile Switch module with an theme switch block.

Code

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