function themekey_ui_help in ThemeKey 7.2
Same name and namespace in other branches
- 7.3 themekey_ui.module \themekey_ui_help()
- 7 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 183 - 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);
}
}