You are here

function jquerymobile_ui_help in jQuery Mobile module 6.3

Implementation of hook_help().

File

./jquerymobile.module, line 57

Code

function jquerymobile_ui_help($path, $arg) {
  switch ($path) {
    case 'admin/settings/jquerymobile_ui':
      return t('The jquerymobile_ui 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.');
  }
}