You are here

function themekey_ui_help in ThemeKey 7.3

Same name and namespace in other branches
  1. 7 themekey_ui.module \themekey_ui_help()
  2. 7.2 themekey_ui.module \themekey_ui_help()

Implements hook_help().

1 string reference to 'themekey_ui_help'
themekey_ui_form_alter in ./themekey_ui.module
Implements hook_form_alter().

File

./themekey_ui.module, line 217
ThemeKey UI is an extension for ThemeKey

Code

function themekey_ui_help($path, $arg) {
  switch ($path) {
    case 'admin/help#themekey_user_profile':
      return themekey_help('admin/help#themekey', $arg);
  }
}