You are here

function jquerymobile_help in jQuery Mobile module 7.2

Implements of hook_help().

File

./jquerymobile.module, line 79

Code

function jquerymobile_help($path, $arg) {
  switch ($path) {
    case 'admin/help#jquerymobile':
    case 'admin/config/jquerymobile/settings':
      return t('The jquerymobile module allows you to set HTML attributes on the element of individual menu items, exposing certain values needed to enhance the <a href="http://drupal.org/project/mobile_jquery">mobile jquery</a> theme.');
  }
}