You are here

function phonefield_admin_paths_alter in Phone Field 7

Implements hook_admin_paths_alter().

Force help pages for this module to be rendered in admin theme.

File

./phonefield.module, line 26
Hooks for a module that defines a simple phone number field type.

Code

function phonefield_admin_paths_alter(&$paths) {
  $paths['help/phonefield/*'] = TRUE;
}